aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-12 17:12:03 +0100
committerMatt Caswell <matt@openssl.org>2020-10-15 10:00:28 +0100
commit29000e43ea257bf54f6ccb2064b3744853b821b2 (patch)
tree37790003f0f3683ec8cc8836499afb2844b90fa9 /util
parent0d30e15a57fdd9c27a9148c17289a1005345f0c7 (diff)
downloadopenssl-29000e43ea257bf54f6ccb2064b3744853b821b2.zip
openssl-29000e43ea257bf54f6ccb2064b3744853b821b2.tar.gz
openssl-29000e43ea257bf54f6ccb2064b3744853b821b2.tar.bz2
Make evp_pkey_ctx_get0_libctx/propq public API
These were previously added as an internal API. But since the CMS code needs them, other code might do too. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13088)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index fb0069c..12ba103 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5288,3 +5288,5 @@ PKCS7_type_is_other ? 3_0_0 EXIST::FUNCTION:
PKCS7_get_octet_string ? 3_0_0 EXIST::FUNCTION:
OSSL_DECODER_from_data ? 3_0_0 EXIST::FUNCTION:
OSSL_ENCODER_to_data ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_get0_libctx ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_get0_propq ? 3_0_0 EXIST::FUNCTION: