From 44d2482ba62bf7fc2fd4cfc250ad09e0feaa42da Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 21 Sep 2020 16:07:34 +1000 Subject: Add a "random" configuration section. This permits the default trio of DRBGs to have their type and parameters set using configuration. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12931) --- crypto/conf/conf_mall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/conf') diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c index 123e2abaad..5d24a36cd9 100644 --- a/crypto/conf/conf_mall.c +++ b/crypto/conf/conf_mall.c @@ -18,6 +18,7 @@ #include #include #include "internal/provider.h" +#include "crypto/rand.h" #include "conf_local.h" /* Load all OpenSSL builtin modules */ @@ -33,4 +34,5 @@ void OPENSSL_load_builtin_modules(void) EVP_add_alg_module(); conf_add_ssl_module(); ossl_provider_add_conf_module(); + ossl_random_add_conf_module(); } -- cgit v1.2.1