From 84a85803b4c83b8dac03b0d0aba58b48c98253e6 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 25 Sep 2015 11:51:45 +0200 Subject: crypto: old-fashioned aes_ctr when evp_aes_ctr is missing --- config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 0685f10c..8d9bfd21 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -76,6 +76,12 @@ /*************************** FUNCTIONS ***************************/ +/* Define to 1 if you have the `EVP_aes128_ctr' function. */ +#cmakedefine HAVE_OPENSSL_EVP_AES_CTR 1 + +/* Define to 1 if you have the `EVP_aes128_cbc' function. */ +#cmakedefine HAVE_OPENSSL_EVP_AES_CBC 1 + /* Define to 1 if you have the `snprintf' function. */ #cmakedefine HAVE_SNPRINTF 1 -- cgit v1.2.1