summaryrefslogtreecommitdiffstats
path: root/include/openssl/rand_drbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/rand_drbg.h')
-rw-r--r--include/openssl/rand_drbg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/rand_drbg.h b/include/openssl/rand_drbg.h
index fd708d397c..f8517b8ecd 100644
--- a/include/openssl/rand_drbg.h
+++ b/include/openssl/rand_drbg.h
@@ -152,6 +152,8 @@ int RAND_DRBG_set_callback_data(RAND_DRBG *drbg, void *data);
void *RAND_DRBG_get_callback_data(RAND_DRBG *drbg);
+int RAND_DRBG_verify_zeroization(RAND_DRBG *drbg);
+
# ifdef __cplusplus
}
# endif