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