diff options
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r-- | ssh-keysign.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c index f2ee214e1..aa0260bf8 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c | |||
@@ -24,7 +24,9 @@ | |||
24 | #include "includes.h" | 24 | #include "includes.h" |
25 | RCSID("$OpenBSD: ssh-keysign.c,v 1.20 2006/02/08 12:15:27 stevesk Exp $"); | 25 | RCSID("$OpenBSD: ssh-keysign.c,v 1.20 2006/02/08 12:15:27 stevesk Exp $"); |
26 | 26 | ||
27 | #ifdef HAVE_PATHS_H | ||
27 | #include <paths.h> | 28 | #include <paths.h> |
29 | #endif | ||
28 | 30 | ||
29 | #include <openssl/evp.h> | 31 | #include <openssl/evp.h> |
30 | #include <openssl/rand.h> | 32 | #include <openssl/rand.h> |