=pod =head1 NAME ossl_random_add_conf_module - internal random configuration module =head1 SYNOPSIS #include "crypto/rand.h" /* Configuration */ void ossl_random_add_conf_module(void); =head1 DESCRIPTION ossl_random_add_conf_module() adds the random configuration module for providers. This allows the type and parameters of the stardard setup of random number generators to be configured with an OpenSSL L file. =head1 RETURN VALUES ossl_random_add_conf_module() doesn't return any value. =head1 SEE ALSO L, L, L =head1 HISTORY The functions described here were all added in OpenSSL 3.0. =head1 COPYRIGHT Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L. =cut