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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user