diff options
author | Hans Nilsson <[email protected]> | 2017-03-01 16:44:15 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-02 11:52:20 +0100 |
commit | 7a033e602d31a661d6891fc2ce8ccc7589186bbe (patch) | |
tree | 6c64aa36b7d5e91881119874e62ff453c876b98d /lib/crypto/c_src/crypto_callback.h | |
parent | 6a5aa63cbadbc831b38ef7781ca80c759debef44 (diff) | |
download | otp-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.h | 2 |
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 |