summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2018-04-07 20:47:40 +0000
committerjmc <>2018-04-07 20:47:40 +0000
commit494d0b1c81ebdab6484e0cc958d3ca353e97ecd8 (patch)
treef269effea43b5f6552319d54dc9fa6d8d59957a9 /src
parent27fa5f9f91df6f673ba10235f52341fbd8fefd0d (diff)
downloadopenbsd-494d0b1c81ebdab6484e0cc958d3ca353e97ecd8.tar.gz
openbsd-494d0b1c81ebdab6484e0cc958d3ca353e97ecd8.tar.bz2
openbsd-494d0b1c81ebdab6484e0cc958d3ca353e97ecd8.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index be5a656d9a..c2b5b38e11 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.11 2018/04/07 17:20:26 beck Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.12 2018/04/07 20:47:40 jmc Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -104,12 +104,12 @@ Further calls to
104have no effect. 104have no effect.
105.Pp 105.Pp
106.Fn OPENSSL_no_config 106.Fn OPENSSL_no_config
107supresses the loading of any configuration file, so that any 107suppresses the loading of any configuration file, so that any
108future calls to 108future calls to
109.Fn OPENSSL_config 109.Fn OPENSSL_config
110or to 110or to
111.Xr OPENSSL_init_crypto 3 111.Xr OPENSSL_init_crypto 3
112will ensure the library is initialized but no configuation 112will ensure the library is initialized but no configuration
113file will be loaded. 113file will be loaded.
114.Pp 114.Pp
115Calling these functions is optional. 115Calling these functions is optional.