diff options
author | 2018-04-07 17:20:26 +0000 | |
---|---|---|
committer | 2018-04-07 17:20:26 +0000 | |
commit | afdb179abca8a8a74f13a07ffe6fc808dd9e7730 (patch) | |
tree | 4aaa74b88bf912f8450d549cea131834e4ed6b4a /lib/libcrypto/man/OPENSSL_config.3 | |
parent | Remove function pointers for ssl_{read,write,peek}. (diff) | |
download | wireguard-openbsd-afdb179abca8a8a74f13a07ffe6fc808dd9e7730.tar.xz wireguard-openbsd-afdb179abca8a8a74f13a07ffe6fc808dd9e7730.zip |
Correct man page for OpenSSL_no_config() to indicate that it
suppresses any future config file loading.
ok schwarze@ with a nit from jsing@
Diffstat (limited to 'lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_config.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OPENSSL_config.3 b/lib/libcrypto/man/OPENSSL_config.3 index 3114e6c0869..be5a656d9a9 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.10 2018/03/22 21:08:22 schwarze Exp $ +.\" $OpenBSD: OPENSSL_config.3,v 1.11 2018/04/07 17:20:26 beck Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2018 $ +.Dd $Mdocdate: April 7 2018 $ .Dt OPENSSL_CONFIG 3 .Os .Sh NAME @@ -104,9 +104,13 @@ Further calls to have no effect. .Pp .Fn OPENSSL_no_config -has no effect except that later calls to +supresses the loading of any configuration file, so that any +future calls to .Fn OPENSSL_config -will be ignored. +or to +.Xr OPENSSL_init_crypto 3 +will ensure the library is initialized but no configuation +file will be loaded. .Pp Calling these functions is optional. All required initialization of the crypto libraries happens |