summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_init_crypto.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_init_crypto.311
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_init_crypto.3 b/src/lib/libcrypto/man/OPENSSL_init_crypto.3
index 6f38c7bda2..5c29d55aa9 100644
--- a/src/lib/libcrypto/man/OPENSSL_init_crypto.3
+++ b/src/lib/libcrypto/man/OPENSSL_init_crypto.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_init_crypto.3,v 1.5 2020/05/24 12:21:31 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_init_crypto.3,v 1.7 2025/06/09 12:43:53 schwarze Exp $
2.\" Copyright (c) 2018, 2020 Ingo Schwarze <schwarze@openbsd.org> 2.\" Copyright (c) 2018, 2020 Ingo Schwarze <schwarze@openbsd.org>
3.\" 3.\"
4.\" Permission to use, copy, modify, and distribute this software for any 4.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\" 15.\"
16.Dd $Mdocdate: May 24 2020 $ 16.Dd $Mdocdate: June 9 2025 $
17.Dt OPENSSL_INIT_CRYPTO 3 17.Dt OPENSSL_INIT_CRYPTO 3
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -21,6 +21,7 @@
21.Nm OPENSSL_init 21.Nm OPENSSL_init
22.Nd initialise the crypto library 22.Nd initialise the crypto library
23.Sh SYNOPSIS 23.Sh SYNOPSIS
24.Lb libcrypto
24.In openssl/crypto.h 25.In openssl/crypto.h
25.Ft int 26.Ft int
26.Fo OPENSSL_init_crypto 27.Fo OPENSSL_init_crypto
@@ -54,10 +55,7 @@ If
54is called before any other crypto or ssl functions, the crypto 55is called before any other crypto or ssl functions, the crypto
55library is initialised by allocating various internal resources, 56library is initialised by allocating various internal resources,
56in particular calling 57in particular calling
57.Xr ERR_load_crypto_strings 3 , 58.Xr ERR_load_crypto_strings 3 .
58.Xr OpenSSL_add_all_ciphers 3 ,
59and
60.Xr OpenSSL_add_all_digests 3 .
61.Pp 59.Pp
62The following 60The following
63.Fa options 61.Fa options
@@ -92,7 +90,6 @@ is intended to return 1 on success or 0 on error.
92.Sh SEE ALSO 90.Sh SEE ALSO
93.Xr CONF_modules_load_file 3 , 91.Xr CONF_modules_load_file 3 ,
94.Xr OPENSSL_config 3 , 92.Xr OPENSSL_config 3 ,
95.Xr OPENSSL_load_builtin_modules 3 ,
96.Xr openssl.cnf 5 93.Xr openssl.cnf 5
97.Sh HISTORY 94.Sh HISTORY
98.Fn OPENSSL_init 95.Fn OPENSSL_init