summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:45:54 +0000
committerdjm <djm>2006-03-15 00:45:54 +0000
commitc275efac87b589c000bccf99538ac58a5ffc4399 (patch)
treed3ce92dd257e218e6c1a5b0bff82037c1182bce4 /ssh-keygen.c
parentadc11c8e323493fac40c80cc520e544eb9d4a5f1 (diff)
downloadopenssh-c275efac87b589c000bccf99538ac58a5ffc4399.tar.gz
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44
[clientloop.c includes.h monitor.c progressmeter.c scp.c] [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] move #include <signal.h> out of includes.h; ok markus@
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 64fadc7a..8acbf778 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.135 2005/11/29 02:04:55 dtucker Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.136 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
#include <openssl/evp.h>
#include <openssl/pem.h>