diff options
author | 2018-04-07 20:47:40 +0000 | |
---|---|---|
committer | 2018-04-07 20:47:40 +0000 | |
commit | cedd33269945a2d726449da99a666b562e59714d (patch) | |
tree | 059d1dca4a8623acbbb096eac027ae27dff1153a /lib | |
parent | Display local timezone in all deadline estimates. (diff) | |
download | wireguard-openbsd-cedd33269945a2d726449da99a666b562e59714d.tar.xz wireguard-openbsd-cedd33269945a2d726449da99a666b562e59714d.zip |
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_config.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OPENSSL_config.3 b/lib/libcrypto/man/OPENSSL_config.3 index be5a656d9a9..c2b5b38e114 100644 --- a/lib/libcrypto/man/OPENSSL_config.3 +++ b/lib/libcrypto/man/OPENSSL_config.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_config.3,v 1.11 2018/04/07 17:20:26 beck Exp $ +.\" $OpenBSD: OPENSSL_config.3,v 1.12 2018/04/07 20:47:40 jmc Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -104,12 +104,12 @@ Further calls to have no effect. .Pp .Fn OPENSSL_no_config -supresses the loading of any configuration file, so that any -future calls to +suppresses the loading of any configuration file, so that any +future calls to .Fn OPENSSL_config or to .Xr OPENSSL_init_crypto 3 -will ensure the library is initialized but no configuation +will ensure the library is initialized but no configuration file will be loaded. .Pp Calling these functions is optional. |