diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/evp/evp_locl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h index 3437e04b67..116c8e6ce0 100644 --- a/crypto/evp/evp_locl.h +++ b/crypto/evp/evp_locl.h @@ -251,3 +251,6 @@ void evp_pkey_ctx_free_old_ops(EVP_PKEY_CTX *ctx); /* OSSL_PROVIDER * is only used to get the library context */ const char *evp_first_name(OSSL_PROVIDER *prov, int name_id); int evp_is_a(OSSL_PROVIDER *prov, int number, const char *name); +void evp_doall_names(OSSL_PROVIDER *prov, int number, + void (*fn)(const char *name, void *data), + void *data); |