aboutsummaryrefslogtreecommitdiffstats
path: root/openssl_missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl_missing.h')
-rw-r--r--openssl_missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl_missing.h b/openssl_missing.h
index 7a755f7..b77c02d 100644
--- a/openssl_missing.h
+++ b/openssl_missing.h
@@ -67,6 +67,10 @@ void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
# define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
#endif
+#if !defined(HAVE_EVP_CIPHER_CTX_COPY)
+ int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, EVP_CIPHER_CTX *in);
+#endif
+
#if !defined(EVP_MD_name)
# define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_type(e))
#endif