1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cmake-time detection for EVP_aes_128_ctr()

because old openssl versions (e.g. on labrador) don't have it
This commit is contained in:
Sergei Golubchik
2015-01-08 00:25:05 +01:00
parent faad7e0c18
commit f3da18f635
4 changed files with 8 additions and 3 deletions

View File

@@ -7,8 +7,6 @@
#if !defined(HAVE_YASSL) && defined(HAVE_OPENSSL)
#define HAVE_EncryptAes128Ctr
C_MODE_START
Crypt_result my_aes_encrypt_ctr(const uchar* source, uint32 source_length,
uchar* dest, uint32* dest_length,