X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frand_local.h;fp=crypto%2Frand%2Frand_local.h;h=ce1689253190e1b0a500dd53e38d152132cbf9dc;hp=c0ba3bad0323601e0aa73c0719624eeb9f1718dd;hb=30a9d5d1a72149c4eb2b8e5aa83f509344c80232;hpb=b03de7a9207645c72e22627b10709f15eed211bf diff --git a/crypto/rand/rand_local.h b/crypto/rand/rand_local.h index c0ba3bad03..ce16892531 100644 --- a/crypto/rand/rand_local.h +++ b/crypto/rand/rand_local.h @@ -328,6 +328,8 @@ struct rand_drbg_st { RAND_DRBG_cleanup_entropy_fn cleanup_entropy; RAND_DRBG_get_nonce_fn get_nonce; RAND_DRBG_cleanup_nonce_fn cleanup_nonce; + + void *callback_data; }; /* The global RAND method, and the global buffer and DRBG instance. */