summaryrefslogtreecommitdiffstats
path: root/include/crypto/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/context.h')
-rw-r--r--include/crypto/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/context.h b/include/crypto/context.h
index 7369a730fb..8831fcb2a5 100644
--- a/include/crypto/context.h
+++ b/include/crypto/context.h
@@ -20,6 +20,7 @@ void *ossl_bio_core_globals_new(OSSL_LIB_CTX *);
void *ossl_child_prov_ctx_new(OSSL_LIB_CTX *);
void *ossl_prov_drbg_nonce_ctx_new(OSSL_LIB_CTX *);
void *ossl_self_test_set_callback_new(OSSL_LIB_CTX *);
+void *ossl_indicator_set_callback_new(OSSL_LIB_CTX *);
void *ossl_rand_crng_ctx_new(OSSL_LIB_CTX *);
int ossl_thread_register_fips(OSSL_LIB_CTX *);
void *ossl_thread_event_ctx_new(OSSL_LIB_CTX *);
@@ -38,6 +39,7 @@ void ossl_prov_conf_ctx_free(void *);
void ossl_bio_core_globals_free(void *);
void ossl_child_prov_ctx_free(void *);
void ossl_prov_drbg_nonce_ctx_free(void *);
+void ossl_indicator_set_callback_free(void *cb);
void ossl_self_test_set_callback_free(void *);
void ossl_rand_crng_ctx_free(void *);
void ossl_thread_event_ctx_free(void *);