summaryrefslogtreecommitdiff
path: root/providers/implementations/rands/drbg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/rands/drbg_local.h')
-rw-r--r--providers/implementations/rands/drbg_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h
index d3b439d13e..776b44882c 100644
--- a/providers/implementations/rands/drbg_local.h
+++ b/providers/implementations/rands/drbg_local.h
@@ -251,4 +251,7 @@ size_t ossl_crngt_get_entropy(PROV_DRBG *drbg,
void ossl_crngt_cleanup_entropy(PROV_DRBG *drbg,
unsigned char *out, size_t outlen);
+/* Confirm digest is allowed to be used with a DRBG */
+int ossl_drbg_verify_digest(ossl_unused OSSL_LIB_CTX *libctx, const EVP_MD *md);
+
#endif