summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-04-16 11:13:30 +0100
committerMatt Caswell <matt@openssl.org>2021-04-19 10:52:18 +0100
commit978e323a4dbc9e790c13cc479b68c260677dc4c4 (patch)
treecd6e8ff536212de5b5f83b8ba049a7ff7602cbd4 /util
parent92b20fb8f742d50ca9eae8c28a855df94b9a3783 (diff)
Add the function OSSL_LIB_CTX_get0_global_default()
An API function for obtaining the global default lib ctx. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14890)
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 1ec8ee6fd9..a059aecd5e 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5356,3 +5356,4 @@ EVP_MD_CTX_get0_md ? 3_0_0 EXIST::FUNCTION:
EVP_MD_CTX_get1_md ? 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_get0_cipher ? 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_get1_cipher ? 3_0_0 EXIST::FUNCTION:
+OSSL_LIB_CTX_get0_global_default ? 3_0_0 EXIST::FUNCTION: