1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-03 13:31:11 +03:00

Fix openssl version usage, found by tysonite

This commit is contained in:
Aris Adamantiadis
2009-09-25 18:34:58 +02:00
parent 79c475c917
commit fef87793a0

View File

@@ -406,7 +406,7 @@ static struct crypto_struct ssh_ciphertab[] = {
#include <openssl/des.h> #include <openssl/des.h>
#endif #endif
#if (OPENSSL_VERSION_NUMBER<0x009070000) #if (OPENSSL_VERSION_NUMBER<0x00907000L)
#define OLD_CRYPTO #define OLD_CRYPTO
#endif #endif