diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/OPENSSL_config.3 | 12 | 
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 | |||
| 104 | have no effect. | 104 | have no effect. | 
| 105 | .Pp | 105 | .Pp | 
| 106 | .Fn OPENSSL_no_config | 106 | .Fn OPENSSL_no_config | 
| 107 | has no effect except that later calls to | 107 | supresses the loading of any configuration file, so that any | 
| 108 | future calls to | ||
| 108 | .Fn OPENSSL_config | 109 | .Fn OPENSSL_config | 
| 109 | will be ignored. | 110 | or to | 
| 111 | .Xr OPENSSL_init_crypto 3 | ||
| 112 | will ensure the library is initialized but no configuation | ||
| 113 | file will be loaded. | ||
| 110 | .Pp | 114 | .Pp | 
| 111 | Calling these functions is optional. | 115 | Calling these functions is optional. | 
| 112 | All required initialization of the crypto libraries happens | 116 | All required initialization of the crypto libraries happens | 
