aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2015-09-25 11:51:45 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2015-09-25 11:51:45 +0200
commit84a85803b4c83b8dac03b0d0aba58b48c98253e6 (patch)
tree49a81eadd56dce1152ac405c1ddc8b62dbe82369 /config.h.cmake
parentd46fe6a51c0e18a3d23e05c7cc81186acc319271 (diff)
downloadlibssh-84a85803b4c83b8dac03b0d0aba58b48c98253e6.tar.gz
libssh-84a85803b4c83b8dac03b0d0aba58b48c98253e6.tar.xz
libssh-84a85803b4c83b8dac03b0d0aba58b48c98253e6.zip
crypto: old-fashioned aes_ctr when evp_aes_ctr is missing
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
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