Convert drbg_lib to use OPENSSL_CTX for its global data
authorMatt Caswell <matt@openssl.org>
Thu, 23 May 2019 13:35:31 +0000 (14:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jun 2019 11:04:34 +0000 (12:04 +0100)
In preparation for moving the RAND code into the FIPS module we make
drbg_lib.c OPENSSL_CTX aware.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9039)


No differences found