diff options
author | Hans Nilsson <[email protected]> | 2017-03-02 11:53:05 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-02 11:53:05 +0100 |
commit | cf732330c011fb28f58c7e4c043381eac352a9fb (patch) | |
tree | 6c64aa36b7d5e91881119874e62ff453c876b98d /lib/crypto/c_src/crypto_callback.h | |
parent | 6a5aa63cbadbc831b38ef7781ca80c759debef44 (diff) | |
parent | 7a033e602d31a661d6891fc2ce8ccc7589186bbe (diff) | |
download | otp-cf732330c011fb28f58c7e4c043381eac352a9fb.tar.gz otp-cf732330c011fb28f58c7e4c043381eac352a9fb.tar.bz2 otp-cf732330c011fb28f58c7e4c043381eac352a9fb.zip |
Merge branch 'hans/crypto/libressl/OTP-14247'
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 |