diff options
author | Matt Caswell <matt@openssl.org> | 2020-10-12 18:12:03 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-10-15 11:00:28 +0200 |
commit | 29000e43ea257bf54f6ccb2064b3744853b821b2 (patch) | |
tree | 37790003f0f3683ec8cc8836499afb2844b90fa9 /util/libcrypto.num | |
parent | Remove some more CMS key downgrades (diff) | |
download | openssl-29000e43ea257bf54f6ccb2064b3744853b821b2.tar.xz openssl-29000e43ea257bf54f6ccb2064b3744853b821b2.zip |
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 '')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index fb0069c9e8..12ba103689 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: |