summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2004-05-08 00:21:31 +0000
committerdjm <djm@openbsd.org>2004-05-08 00:21:31 +0000
commitc25f2c20753a359b9ee42784d4a67a4b1e3bb4a2 (patch)
tree9d794616bf0a35c46421177d247072019a7928fb /usr.bin/ssh/readpass.c
parentmake two tiny header files go away; djm ok (diff)
downloadwireguard-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.c4
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"