Revert #ifdef change that pulled in AES-CTR code when explicitly disabled.
This commit is contained in:
parent
ef27023eb9
commit
0ef84144ac
@ -201,7 +201,7 @@ _libssh2_cipher_crypt(_libssh2_cipher_ctx * ctx,
|
||||
return ret == 1 ? 0 : 1;
|
||||
}
|
||||
|
||||
#if defined(LIBSSH2_AES_CTR) && !defined(HAVE_EVP_AES128_CTR)
|
||||
#if LIBSSH2_AES_CTR && !defined(HAVE_EVP_AES128_CTR)
|
||||
|
||||
#include <openssl/aes.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user