1
1

Fix openssl version usage, found by tysonite

Этот коммит содержится в:
Aris Adamantiadis 2009-09-25 18:34:58 +02:00
родитель 79c475c917
Коммит fef87793a0

Просмотреть файл

@ -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