X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frand_lib.c;h=1e60ec4bb6241ef4d42a7b73475f74696cd05a1d;hp=76d5767ccd769ad80f3244740c34f9a43e6bf592;hb=eb238134e0a0fb5ac5c8239ade1dfe77a815aba5;hpb=a080c3e816e923680e57e647b5cbc3896e8e8106 diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index 76d5767ccd..1e60ec4bb6 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -171,8 +171,9 @@ size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool) * its entropy will be used up first. */ size_t rand_drbg_get_entropy(RAND_DRBG *drbg, - unsigned char **pout, - int entropy, size_t min_len, size_t max_len) + unsigned char **pout, + int entropy, size_t min_len, size_t max_len, + int prediction_resistance) { size_t ret = 0; size_t entropy_available = 0;