summaryrefslogtreecommitdiff
path: root/include/my_crypt.h
diff options
context:
space:
mode:
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,