diff options
author | 2004-05-08 00:21:31 +0000 | |
---|---|---|
committer | 2004-05-08 00:21:31 +0000 | |
commit | c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2 (patch) | |
tree | 9d794616bf0a35c46421177d247072019a7928fb /usr.bin/ssh/clientloop.c | |
parent | make two tiny header files go away; djm ok (diff) | |
download | wireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.tar.xz wireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.zip |
kill a tiny header; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index adfeeab2775..b76f80890d6 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.118 2004/05/08 00:01:37 deraadt Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.119 2004/05/08 00:21:31 djm Exp $"); #include "ssh.h" #include "ssh1.h" @@ -81,7 +81,6 @@ RCSID("$OpenBSD: clientloop.c,v 1.118 2004/05/08 00:01:37 deraadt Exp $"); #include "atomicio.h" #include "sshpty.h" #include "misc.h" -#include "readpass.h" /* import options */ extern Options options; |