summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-05-08 16:44:02 +0100
committerMatt Caswell <matt@openssl.org>2020-06-05 10:31:46 +0100
commitd01d375264e73f49a416409e2f8febe88ad39c8a (patch)
tree8ca54fb81fe6e81cceee2e4b713676a0059edfba /util
parent5f603a280ca71b7136861b9bc408f37fd1c4e0d7 (diff)
Implement OSSL_PROVIDER_get0_provider_ctx()
Implement a function which enables us to get hold of the provider ctx for a loaded provider. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11834)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 3ac1c1ca49..a34d467099 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5098,3 +5098,4 @@ X509_PUBKEY_eq ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_eq ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_parameters_eq ? 3_0_0 EXIST::FUNCTION:
OSSL_PROVIDER_query_operation ? 3_0_0 EXIST::FUNCTION:
+OSSL_PROVIDER_get0_provider_ctx ? 3_0_0 EXIST::FUNCTION: