From fef87793a00edd8f2ea030d80ffcc9b67af8489f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 25 Sep 2009 18:34:58 +0200 Subject: Fix openssl version usage, found by tysonite --- libssh/wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif -#if (OPENSSL_VERSION_NUMBER<0x009070000) +#if (OPENSSL_VERSION_NUMBER<0x00907000L) #define OLD_CRYPTO #endif -- cgit