diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
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 |