1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-02 10:53:16 +03:00

fix #ifdefs

This commit is contained in:
Daniel Stenberg
2010-03-01 11:42:38 +01:00
parent a9621548f8
commit ef27023eb9
2 changed files with 2 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 && !HAVE_EVP_AES128_CTR
#if defined(LIBSSH2_AES_CTR) && !defined(HAVE_EVP_AES128_CTR)
#include <openssl/aes.h>