mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-02 10:53:16 +03:00
Improve AES-CTR check.
This commit is contained in:
@@ -201,7 +201,7 @@ _libssh2_cipher_crypt(_libssh2_cipher_ctx * ctx,
|
||||
return ret == 1 ? 0 : 1;
|
||||
}
|
||||
|
||||
#if LIBSSH2_AES_CTR && OPENSSL_VERSION_NUMBER < 0x0090808fL
|
||||
#if LIBSSH2_AES_CTR && !HAVE_EVP_AES128_CTR
|
||||
|
||||
#include <openssl/aes.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user