summaryrefslogtreecommitdiffstats
path: root/crypto/evp/names.c
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-09-11 23:15:55 +0800
committerPaul Yang <yang.yang@baishancloud.com>2017-09-14 12:41:34 +0800
commit0822e89addcb8c6b8a135a54a503a429efbe0dbe (patch)
treed9bcd486c0ac11e5f265011b7134c1b1ff2aac03 /crypto/evp/names.c
parent76b2ae832679d25e6952934481ac38e0e76e2271 (diff)
Support EVP_PKEY_meth_remove and pmeth internal cleanup
1. make app pkey methods cleanup internal 2. add EVP_PKEY_meth_remove Fixes travis-ci failure in #4337 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4356)
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r--crypto/evp/names.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/names.c b/crypto/evp/names.c
index 41c3ceee3a..11905690b8 100644
--- a/crypto/evp/names.c
+++ b/crypto/evp/names.c
@@ -90,6 +90,8 @@ void evp_cleanup_int(void)
EVP_PBE_cleanup();
OBJ_sigid_free();
+
+ evp_app_cleanup_int();
}
struct doall_cipher {