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/readpass.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/readpass.c')
-rw-r--r-- | usr.bin/ssh/readpass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/readpass.c b/usr.bin/ssh/readpass.c index 0e1fd78073f..3cc94be0399 100644 --- a/usr.bin/ssh/readpass.c +++ b/usr.bin/ssh/readpass.c @@ -23,12 +23,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: readpass.c,v 1.28 2003/01/23 13:50:27 markus Exp $"); +RCSID("$OpenBSD: readpass.c,v 1.29 2004/05/08 00:21:31 djm Exp $"); #include <readpassphrase.h> #include "xmalloc.h" -#include "readpass.h" +#include "misc.h" #include "pathnames.h" #include "log.h" #include "ssh.h" |