X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Frand_drbg.h;h=6d8368d43d3421068b8e728750982f73c86f8ed0;hp=e9857ec4314998f264034a1fc3c8e598311202fd;hb=30a9d5d1a72149c4eb2b8e5aa83f509344c80232;hpb=936c2b9e933eacae80d3489e5f7316589f3e9a07 diff --git a/include/openssl/rand_drbg.h b/include/openssl/rand_drbg.h index e9857ec431..6d8368d43d 100644 --- a/include/openssl/rand_drbg.h +++ b/include/openssl/rand_drbg.h @@ -150,6 +150,10 @@ int RAND_DRBG_set_callbacks(RAND_DRBG *drbg, RAND_DRBG_cleanup_nonce_fn cleanup_nonce); +int RAND_DRBG_set_callback_data(RAND_DRBG *drbg, void *data); + +void *RAND_DRBG_get_callback_data(RAND_DRBG *drbg); + # ifdef __cplusplus } # endif