summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-02-23 09:52:15 +1000
committerPauli <ppzgs1@gmail.com>2021-02-26 18:08:41 +1000
commitcaa60428cd8f0aa60cd2fb7e6da4f5aa9664ae16 (patch)
tree7e20c51cc6003db212ae2e7228623e22e1feab29 /util
parent1c9eaf42510d0756ce0d219c5127dff2f1a0b83d (diff)
evp: support modified gettable/settable ctx calls for RNGs
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 2f04e81152..3dd02fea27 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5302,5 +5302,7 @@ EVP_PKEY_fromdata_settable ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_param_check_quick ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_public_check_quick ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_is_a ? 3_0_0 EXIST::FUNCTION:
+EVP_RAND_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
+EVP_RAND_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
RAND_set_DRBG_type ? 3_0_0 EXIST::FUNCTION:
RAND_set_seed_source_type ? 3_0_0 EXIST::FUNCTION: