aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-11-06 15:43:31 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-11-07 11:46:47 +0100
commit3daf1760a18c091159338fc9077fa71bfbd726a1 (patch)
tree8c7efa191808a9b92e8aef53dee0321c57ba5dee /config.h.cmake
parent2dff359a331c5c9aab2435c470596b0fee7a502a (diff)
downloadlibssh-3daf1760a18c091159338fc9077fa71bfbd726a1.tar.gz
libssh-3daf1760a18c091159338fc9077fa71bfbd726a1.tar.xz
libssh-3daf1760a18c091159338fc9077fa71bfbd726a1.zip
cmake: Use configure check for CRYPTO_ctr128_encrypt
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 726d85ba..96090e7d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -91,6 +91,9 @@
/* Define to 1 if you have the `CRYPTO_THREADID_set_callback' function. */
#cmakedefine HAVE_OPENSSL_CRYPTO_THREADID_SET_CALLBACK 1
+/* Define to 1 if you have the `CRYPTO_ctr128_encrypt' function. */
+#cmakedefine HAVE_OPENSSL_CRYPTO_CTR128_ENCRYPT 1
+
/* Define to 1 if you have the `snprintf' function. */
#cmakedefine HAVE_SNPRINTF 1