summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-10-22 01:37:55 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-10-22 01:37:55 +0000
commit6e0922703dad7fe7ed57c2fe949ba98e03f2f79f (patch)
tree1f856ab69395b6c1d7e5c706abfbf50ba742b015
parent77d2beecace1f45f9e3f773c88e7b848a8184349 (diff)
Don't need the extra newline since we never turn off echo for s/key
-rw-r--r--lib/libskey/skeysubr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c
index 70b4093272e..618a37601b3 100644
--- a/lib/libskey/skeysubr.c
+++ b/lib/libskey/skeysubr.c
@@ -10,7 +10,7 @@
*
* S/KEY misc routines.
*
- * $Id: skeysubr.c,v 1.10 1996/10/14 03:09:13 millert Exp $
+ * $Id: skeysubr.c,v 1.11 1996/10/22 01:37:54 millert Exp $
*/
#include <stdio.h>
@@ -294,9 +294,6 @@ readskey(buf, n)
(void)fgets(buf, n, stdin);
rip(buf);
- (void)putc('\n', stderr);
- (void)fflush(stderr);
-
sevenbit (buf);
return buf;