From: Dmitry Belyavskiy Date: Mon, 28 Aug 2023 11:38:19 +0000 (+0200) Subject: Store: API for deletion - make update X-Git-Tag: openssl-3.2.0-alpha2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aac593600f9656170dd144ca1219fdcd8ee8322;p=thirdparty%2Fopenssl.git Store: API for deletion - make update Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21901) --- diff --git a/util/libcrypto.num b/util/libcrypto.num index 2656df5d908..e4265b4cef0 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5534,3 +5534,4 @@ OSSL_PROVIDER_try_load_ex ? 3_2_0 EXIST::FUNCTION: OSSL_ERR_STATE_save_to_mark ? 3_2_0 EXIST::FUNCTION: X509_STORE_CTX_set_get_crl ? 3_2_0 EXIST::FUNCTION: X509_STORE_CTX_set_current_reasons ? 3_2_0 EXIST::FUNCTION: +OSSL_STORE_delete ? 3_2_0 EXIST::FUNCTION: