diff options
author | Patrick Mills <patrick.mills@cerberusftp.com> | 2022-11-23 21:08:51 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-12-06 18:24:06 +0100 |
commit | d3db25f568087bc9dc89b6720f0b4213cd5585c3 (patch) | |
tree | 349de5088200bde94a4b4fd450fad4f922398f96 /util | |
parent | timing_load_creds: Add timersub macro for platforms where it is missing (diff) | |
download | openssl-d3db25f568087bc9dc89b6720f0b4213cd5585c3.tar.xz openssl-d3db25f568087bc9dc89b6720f0b4213cd5585c3.zip |
Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19752)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 9820f44240..f4b7c95e55 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5505,3 +5505,4 @@ OSSL_HPKE_open ? 3_2_0 EXIST::FUNCTION: OSSL_HPKE_CTX_get_seq ? 3_2_0 EXIST::FUNCTION: OSSL_HPKE_CTX_set_seq ? 3_2_0 EXIST::FUNCTION: OSSL_HPKE_get_recommended_ikmelen ? 3_2_0 EXIST::FUNCTION: +OSSL_PROVIDER_get0_default_search_path ? 3_2_0 EXIST::FUNCTION: |