summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-16 16:22:03 +0200
committerTomas Mraz <tomas@openssl.org>2021-04-26 12:05:05 +0200
commit6c9bc258d2e9e7b500236a1c696da1f384f0b907 (patch)
tree28928eb5dc1acc246c1b3309328aea2031056ce3 /include/internal
parentd21224f1adcd948699e536eaf570f42ef9a051f7 (diff)
Add type_name member to provided methods and use it
Fixes #14701 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14898)
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/core.h b/include/internal/core.h
index 6e66bbeb9a..68b3943679 100644
--- a/include/internal/core.h
+++ b/include/internal/core.h
@@ -59,6 +59,7 @@ void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id,
int (*post)(OSSL_PROVIDER *, int operation_id,
int no_store, void *data, int *result),
void *data);
+char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
__owur int ossl_lib_ctx_write_lock(OSSL_LIB_CTX *ctx);
__owur int ossl_lib_ctx_read_lock(OSSL_LIB_CTX *ctx);