openssl/include
Matt Caswell a2f27fd750 Move the rand_nonce_lock code into drbg_lib.c
It was previously rand_lib but it makes more sense in drbg_lib.c since
all the functions that use this lock are only ever called from drbg_lib.c

We add some FIPS_MODE defines in preparation for later moving this code
into the FIPS module.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9039)
2019-06-07 12:04:42 +01:00
..
internal Move the rand_nonce_lock code into drbg_lib.c 2019-06-07 12:04:42 +01:00
openssl Convert drbg_lib to use OPENSSL_CTX for its global data 2019-06-07 12:04:34 +01:00