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
commita2242675f7536e5a256e6627f89c59513b7b62bf (patch)
treef269effea43b5f6552319d54dc9fa6d8d59957a9 /src
parent0dbc94567ebc404309f6a35ccd11a9cdb31f13e1 (diff)
downloadopenbsd-a2242675f7536e5a256e6627f89c59513b7b62bf.tar.gz
openbsd-a2242675f7536e5a256e6627f89c59513b7b62bf.tar.bz2
openbsd-a2242675f7536e5a256e6627f89c59513b7b62bf.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.