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