summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 744ecb4f9..bcd1508c0 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -40,6 +40,7 @@
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41#include <openssl/rand.h> 41#include <openssl/rand.h>
42#include <openssl/rsa.h> 42#include <openssl/rsa.h>
43#include "openbsd-compat/openssl-compat.h"
43#endif 44#endif
44 45
45#include "xmalloc.h" 46#include "xmalloc.h"