aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/openssl_config.h
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-03-15 11:55:29 +0100
committerHans Nilsson <[email protected]>2019-03-19 12:45:56 +0100
commit4cf7703e671a522cafd86b6efc81b8b6775e0077 (patch)
tree170814b58d984e4bc4d0b0c7f044e31333cd7187 /lib/crypto/c_src/openssl_config.h
parent86cd8b95b704ac236d02f31a92545ca996816c2c (diff)
downloadotp-4cf7703e671a522cafd86b6efc81b8b6775e0077.tar.gz
otp-4cf7703e671a522cafd86b6efc81b8b6775e0077.tar.bz2
otp-4cf7703e671a522cafd86b6efc81b8b6775e0077.zip
crypto: Handle EVP_CIPHER_CTX copying correctly
Diffstat (limited to 'lib/crypto/c_src/openssl_config.h')
-rw-r--r--lib/crypto/c_src/openssl_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/c_src/openssl_config.h b/lib/crypto/c_src/openssl_config.h
index 1c138e3bd1..46868cb987 100644
--- a/lib/crypto/c_src/openssl_config.h
+++ b/lib/crypto/c_src/openssl_config.h
@@ -109,6 +109,7 @@
#ifndef HAS_LIBRESSL
# if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION_PLAIN(1,0,0)
# define HAS_EVP_PKEY_CTX
+# define HAVE_EVP_CIPHER_CTX_COPY
# endif
#endif