diff options
author | 2001-07-14 15:10:16 +0000 | |
---|---|---|
committer | 2001-07-14 15:10:16 +0000 | |
commit | 52f5dce96d7eca3b72a9a27b0e6088c1dd75c7b9 (patch) | |
tree | dedff1c809cd71e4650694bfdc5de5931fd615c3 /usr.bin/ssh/readpass.c | |
parent | Silly bug in version detection: not having any dewey check does NOT (diff) | |
download | wireguard-openbsd-52f5dce96d7eca3b72a9a27b0e6088c1dd75c7b9.tar.xz wireguard-openbsd-52f5dce96d7eca3b72a9a27b0e6088c1dd75c7b9.zip |
delete spurious #includes; ok deraadt@ markus@
Diffstat (limited to 'usr.bin/ssh/readpass.c')
-rw-r--r-- | usr.bin/ssh/readpass.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/readpass.c b/usr.bin/ssh/readpass.c index 020016dae6d..4d967608557 100644 --- a/usr.bin/ssh/readpass.c +++ b/usr.bin/ssh/readpass.c @@ -32,7 +32,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readpass.c,v 1.21 2001/07/10 21:49:12 markus Exp $"); +RCSID("$OpenBSD: readpass.c,v 1.22 2001/07/14 15:10:16 stevesk Exp $"); #include <readpassphrase.h> @@ -40,7 +40,6 @@ RCSID("$OpenBSD: readpass.c,v 1.21 2001/07/10 21:49:12 markus Exp $"); #include "readpass.h" #include "pathnames.h" #include "log.h" -#include "atomicio.h" #include "ssh.h" static char * |