summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-23 14:35:31 +0100
committerMatt Caswell <matt@openssl.org>2019-06-07 12:04:34 +0100
commitda0d114cd962e89b2614f4707902c404acab7ebd (patch)
tree2114eff6bb5c75d8f83ed33b499efbde92bdb541 /util
parentbab6046146c4fc8f088c1aaca11598ede7609c04 (diff)
Convert drbg_lib to use OPENSSL_CTX for its global data
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)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 28b6bb9265..af17aba7f5 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4824,3 +4824,8 @@ OSSL_CMP_MSG_dup 4768 3_0_0 EXIST::FUNCTION:CMP
ERR_load_CMP_strings 4769 3_0_0 EXIST::FUNCTION:CMP
EVP_MD_CTX_set_params 4770 3_0_0 EXIST::FUNCTION:
EVP_MD_CTX_get_params 4771 3_0_0 EXIST::FUNCTION:
+RAND_DRBG_new_ex 4772 3_0_0 EXIST::FUNCTION:
+RAND_DRBG_secure_new_ex 4773 3_0_0 EXIST::FUNCTION:
+OPENSSL_CTX_get0_master_drbg 4774 3_0_0 EXIST::FUNCTION:
+OPENSSL_CTX_get0_public_drbg 4775 3_0_0 EXIST::FUNCTION:
+OPENSSL_CTX_get0_private_drbg 4776 3_0_0 EXIST::FUNCTION: