diff options
Diffstat (limited to 'ssh-dss.c')
-rw-r--r-- | ssh-dss.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,8 @@ | |||
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | 27 | ||
28 | #ifdef WITH_OPENSSL | ||
29 | |||
28 | #include <sys/types.h> | 30 | #include <sys/types.h> |
29 | 31 | ||
30 | #include <openssl/bn.h> | 32 | #include <openssl/bn.h> |
@@ -217,3 +219,4 @@ ssh_dss_verify(const struct sshkey *key, | |||
217 | } | 219 | } |
218 | return ret; | 220 | return ret; |
219 | } | 221 | } |
222 | #endif /* WITH_OPENSSL */ | ||