diff options
Diffstat (limited to 'openbsd-compat/openssl-compat.c')
-rw-r--r-- | openbsd-compat/openssl-compat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/openssl-compat.c b/openbsd-compat/openssl-compat.c index 36570e4ad..63a660c7a 100644 --- a/openbsd-compat/openssl-compat.c +++ b/openbsd-compat/openssl-compat.c | |||
@@ -19,6 +19,8 @@ | |||
19 | #define SSH_DONT_OVERLOAD_OPENSSL_FUNCS | 19 | #define SSH_DONT_OVERLOAD_OPENSSL_FUNCS |
20 | #include "includes.h" | 20 | #include "includes.h" |
21 | 21 | ||
22 | #ifdef WITH_OPENSSL | ||
23 | |||
22 | #include <stdarg.h> | 24 | #include <stdarg.h> |
23 | #include <string.h> | 25 | #include <string.h> |
24 | 26 | ||
@@ -78,3 +80,5 @@ ssh_OpenSSL_add_all_algorithms(void) | |||
78 | OPENSSL_config(NULL); | 80 | OPENSSL_config(NULL); |
79 | } | 81 | } |
80 | #endif | 82 | #endif |
83 | |||
84 | #endif /* WITH_OPENSSL */ | ||