Update copyright year
[openssl.git] / doc / internal / man3 / ossl_random_add_conf_module.pod
1 =pod
2
3 =head1 NAME
4
5 ossl_random_add_conf_module - internal random configuration module
6
7 =head1 SYNOPSIS
8
9  #include "crypto/rand.h"
10
11  /* Configuration */
12  void ossl_random_add_conf_module(void);
13
14 =head1 DESCRIPTION
15
16 ossl_random_add_conf_module() adds the random configuration module
17 for providers.
18 This allows the type and parameters of the standard setup of random number
19 generators to be configured with an OpenSSL L<config(5)> file.
20
21 =head1 RETURN VALUES
22
23 ossl_random_add_conf_module() doesn't return any value.
24
25 =head1 SEE ALSO
26
27 L<OSSL_PROVIDER(3)>, L<ossl_provider_new(3)>, L<provider-rand(7)>
28
29 =head1 HISTORY
30
31 The functions described here were all added in OpenSSL 3.0.
32
33 =head1 COPYRIGHT
34
35 Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
36
37 Licensed under the Apache License 2.0 (the "License").  You may not use
38 this file except in compliance with the License.  You can obtain a copy
39 in the file LICENSE in the source distribution or at
40 L<https://www.openssl.org/source/license.html>.
41
42 =cut