summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rsa.c')
-rw-r--r--ssh-rsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c
index fec1953b4..aef798da6 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -17,6 +17,8 @@
17 17
18#include "includes.h" 18#include "includes.h"
19 19
20#ifdef WITH_OPENSSL
21
20#include <sys/types.h> 22#include <sys/types.h>
21 23
22#include <openssl/evp.h> 24#include <openssl/evp.h>
@@ -263,3 +265,4 @@ done:
263 } 265 }
264 return ret; 266 return ret;
265} 267}
268#endif /* WITH_OPENSSL */