summaryrefslogtreecommitdiff
path: root/include/my_crypt.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-01-08 00:25:05 +0100
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:18 +0100
commitf3da18f635f43fdd4438213750ee97af74400ec0 (patch)
tree19e8ee82ce8fb5e6c4b83b7819e32e66b9fc7944 /include/my_crypt.h
parentfaad7e0c1899798172d779746dd9bb2c1db89eb9 (diff)
downloadmariadb-git-f3da18f635f43fdd4438213750ee97af74400ec0.tar.gz
cmake-time detection for EVP_aes_128_ctr()
because old openssl versions (e.g. on labrador) don't have it
Diffstat (limited to 'include/my_crypt.h')
-rw-r--r--include/my_crypt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/my_crypt.h b/include/my_crypt.h
index c6b5e734b5e..ea095e11fa9 100644
--- a/include/my_crypt.h
+++ b/include/my_crypt.h
@@ -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,