1
0
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:
Simon Josefsson
2010-03-01 11:38:50 +01:00
parent 3420e9858c
commit a925bdd5bb
3 changed files with 10 additions and 2 deletions

View File

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