diff options
author | jmc <> | 2018-04-07 20:47:40 +0000 |
---|---|---|
committer | jmc <> | 2018-04-07 20:47:40 +0000 |
commit | 494d0b1c81ebdab6484e0cc958d3ca353e97ecd8 (patch) | |
tree | f269effea43b5f6552319d54dc9fa6d8d59957a9 /src | |
parent | 27fa5f9f91df6f673ba10235f52341fbd8fefd0d (diff) | |
download | openbsd-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.3 | 8 |
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 | |||
104 | have no effect. | 104 | have no effect. |
105 | .Pp | 105 | .Pp |
106 | .Fn OPENSSL_no_config | 106 | .Fn OPENSSL_no_config |
107 | supresses the loading of any configuration file, so that any | 107 | suppresses the loading of any configuration file, so that any |
108 | future calls to | 108 | future calls to |
109 | .Fn OPENSSL_config | 109 | .Fn OPENSSL_config |
110 | or to | 110 | or to |
111 | .Xr OPENSSL_init_crypto 3 | 111 | .Xr OPENSSL_init_crypto 3 |
112 | will ensure the library is initialized but no configuation | 112 | will ensure the library is initialized but no configuration |
113 | file will be loaded. | 113 | file will be loaded. |
114 | .Pp | 114 | .Pp |
115 | Calling these functions is optional. | 115 | Calling these functions is optional. |