aboutsummaryrefslogtreecommitdiff
path: root/libssh/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/wrapper.c')
-rw-r--r--libssh/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/wrapper.c b/libssh/wrapper.c
index f6806057..3dd497f7 100644
--- a/libssh/wrapper.c
+++ b/libssh/wrapper.c
@@ -406,7 +406,7 @@ static struct crypto_struct ssh_ciphertab[] = {
#include <openssl/des.h>
#endif
-#if (OPENSSL_VERSION_NUMBER<0x009070000)
+#if (OPENSSL_VERSION_NUMBER<0x00907000L)
#define OLD_CRYPTO
#endif