diff options
author | 1996-10-22 01:37:54 +0000 | |
---|---|---|
committer | 1996-10-22 01:37:54 +0000 | |
commit | bd605a0f4d289807d05ab50fab25c87d1814a8bd (patch) | |
tree | b4b42d84f0b741f19f10dd938ec8d6491b4a5e06 | |
parent | patch com speed initialization (diff) | |
download | wireguard-openbsd-bd605a0f4d289807d05ab50fab25c87d1814a8bd.tar.xz wireguard-openbsd-bd605a0f4d289807d05ab50fab25c87d1814a8bd.zip |
Don't need the extra newline since we never turn off echo for s/key
-rw-r--r-- | lib/libskey/skeysubr.c | 5 |
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; |