mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-02 01:17:52 +03:00
Fix openssl version usage, found by tysonite
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user