aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-11-06 12:07:32 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-11-07 11:46:47 +0100
commit2dff359a331c5c9aab2435c470596b0fee7a502a (patch)
tree2274c371650f6201515e73623eb767da1e77ae3f /config.h.cmake
parent3341f49a49a07cbce003e487ef24a2042e800f01 (diff)
downloadlibssh-2dff359a331c5c9aab2435c470596b0fee7a502a.tar.gz
libssh-2dff359a331c5c9aab2435c470596b0fee7a502a.tar.xz
libssh-2dff359a331c5c9aab2435c470596b0fee7a502a.zip
threads: Use new API call for OpenSSL CRYPTO THREADID
BUG: https://red.libssh.org/issues/222 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 dd54d5db..726d85ba 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -88,6 +88,9 @@
/* 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 `CRYPTO_THREADID_set_callback' function. */
+#cmakedefine HAVE_OPENSSL_CRYPTO_THREADID_SET_CALLBACK 1
+
/* Define to 1 if you have the `snprintf' function. */
#cmakedefine HAVE_SNPRINTF 1