summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.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/ssh-keygen.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/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index f3b55587034..34ab913790b 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.113 2003/12/22 09:16:58 djm Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.114 2004/05/08 00:21:31 djm Exp $");
#include <openssl/evp.h>
#include <openssl/pem.h>
@@ -26,7 +26,7 @@ RCSID("$OpenBSD: ssh-keygen.c,v 1.113 2003/12/22 09:16:58 djm Exp $");
#include "bufaux.h"
#include "pathnames.h"
#include "log.h"
-#include "readpass.h"
+#include "misc.h"
#include "moduli.h"
#ifdef SMARTCARD