summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_load_builtin_modules.312
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
index fd9e656bce..bcfb363ca4 100644
--- a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
+++ b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.5 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.6 2019/06/14 13:41:31 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 22 2018 $ 51.Dd $Mdocdate: June 14 2019 $
52.Dt OPENSSL_LOAD_BUILTIN_MODULES 3 52.Dt OPENSSL_LOAD_BUILTIN_MODULES 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -83,19 +83,23 @@ is called then
83.Fn OPENSSL_load_builtin_modules 83.Fn OPENSSL_load_builtin_modules
84is called automatically. 84is called automatically.
85.Pp 85.Pp
86Applications which use the configuration functions directly will need to 86Applications which use configuration functions like
87call 87.Xr CONF_modules_load_file 3
88directly need to call
88.Fn OPENSSL_load_builtin_modules 89.Fn OPENSSL_load_builtin_modules
89themselves 90themselves
90.Em before 91.Em before
91any other configuration code. 92any other configuration code.
92.Pp 93.Pp
93Applications should call 94Applications should call
95.Xr OPENSSL_config 3
96or
94.Fn OPENSSL_load_builtin_modules 97.Fn OPENSSL_load_builtin_modules
95to load all configuration modules instead of adding modules selectively: 98to load all configuration modules instead of adding modules selectively:
96otherwise functionality may be missing from the application when 99otherwise functionality may be missing from the application when
97new modules are added. 100new modules are added.
98.Sh SEE ALSO 101.Sh SEE ALSO
102.Xr CONF_modules_load_file 3 ,
99.Xr OPENSSL_config 3 103.Xr OPENSSL_config 3
100.Sh HISTORY 104.Sh HISTORY
101These functions first appeared in OpenSSL 0.9.7 105These functions first appeared in OpenSSL 0.9.7