summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-01-20 19:49:40 +0100
committerTomas Mraz <tomas@openssl.org>2022-06-28 17:54:56 +0200
commit4cfcc7e1213d39c78852a614894ebcd2e2be095c (patch)
tree829de8e6faa5afe9542f40fab16d6e56109961b3 /crypto/evp
parente2f6960fc5fe1d6eb2178adf51db1ed206ff9e90 (diff)
store_result: Add fallback for fetching the keymgmt from the provider of the store
Fixes #17531 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17554)
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp_local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/evp/evp_local.h b/crypto/evp/evp_local.h
index 71b5b20aba..a853174452 100644
--- a/crypto/evp/evp_local.h
+++ b/crypto/evp/evp_local.h
@@ -292,9 +292,6 @@ void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id,
/* Internal fetchers for method types that are to be combined with others */
EVP_KEYMGMT *evp_keymgmt_fetch_by_number(OSSL_LIB_CTX *ctx, int name_id,
const char *properties);
-EVP_KEYMGMT *evp_keymgmt_fetch_from_prov(OSSL_PROVIDER *prov,
- const char *name,
- const char *properties);
EVP_SIGNATURE *evp_signature_fetch_from_prov(OSSL_PROVIDER *prov,
const char *name,
const char *properties);