summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2018-04-07 17:20:26 +0000
committerbeck <>2018-04-07 17:20:26 +0000
commit27fa5f9f91df6f673ba10235f52341fbd8fefd0d (patch)
treeae26b24d44e2fa2f98d92c308cfdf589497e51fd /src
parent20095d522d85113925c98ca9206e9867b765a970 (diff)
downloadopenbsd-27fa5f9f91df6f673ba10235f52341fbd8fefd0d.tar.gz
openbsd-27fa5f9f91df6f673ba10235f52341fbd8fefd0d.tar.bz2
openbsd-27fa5f9f91df6f673ba10235f52341fbd8fefd0d.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 'src')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.312
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index 3114e6c086..be5a656d9a 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.10 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.11 2018/04/07 17:20:26 beck 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.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: March 22 2018 $ 68.Dd $Mdocdate: April 7 2018 $
69.Dt OPENSSL_CONFIG 3 69.Dt OPENSSL_CONFIG 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -104,9 +104,13 @@ Further calls to
104have no effect. 104have no effect.
105.Pp 105.Pp
106.Fn OPENSSL_no_config 106.Fn OPENSSL_no_config
107has no effect except that later calls to 107supresses the loading of any configuration file, so that any
108future calls to
108.Fn OPENSSL_config 109.Fn OPENSSL_config
109will be ignored. 110or to
111.Xr OPENSSL_init_crypto 3
112will ensure the library is initialized but no configuation
113file will be loaded.
110.Pp 114.Pp
111Calling these functions is optional. 115Calling these functions is optional.
112All required initialization of the crypto libraries happens 116All required initialization of the crypto libraries happens