aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/crypto_callback.h
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-03-01 16:44:15 +0100
committerHans Nilsson <[email protected]>2017-03-02 11:52:20 +0100
commit7a033e602d31a661d6891fc2ce8ccc7589186bbe (patch)
tree6c64aa36b7d5e91881119874e62ff453c876b98d /lib/crypto/c_src/crypto_callback.h
parent6a5aa63cbadbc831b38ef7781ca80c759debef44 (diff)
downloadotp-7a033e602d31a661d6891fc2ce8ccc7589186bbe.tar.gz
otp-7a033e602d31a661d6891fc2ce8ccc7589186bbe.tar.bz2
otp-7a033e602d31a661d6891fc2ce8ccc7589186bbe.zip
crypto: Enable usage of LibreSSL
Diffstat (limited to 'lib/crypto/c_src/crypto_callback.h')
-rw-r--r--lib/crypto/c_src/crypto_callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/crypto_callback.h b/lib/crypto/c_src/crypto_callback.h
index 2641cc0c8b..489810116f 100644
--- a/lib/crypto/c_src/crypto_callback.h
+++ b/lib/crypto/c_src/crypto_callback.h
@@ -19,7 +19,7 @@
*/
#include <openssl/crypto.h>
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#ifdef NEED_EVP_COMPATIBILITY_FUNCTIONS
# define CCB_FILE_LINE_ARGS
#else
# define CCB_FILE_LINE_ARGS , const char *file, int line