summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_init_crypto.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_init_crypto.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_init_crypto.310
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_init_crypto.3 b/src/lib/libcrypto/man/OPENSSL_init_crypto.3
index 72a3059c8d..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.6 2025/06/08 22:40:30 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: June 8 2025 $ 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
@@ -55,10 +55,7 @@ If
55is called before any other crypto or ssl functions, the crypto 55is called before any other crypto or ssl functions, the crypto
56library is initialised by allocating various internal resources, 56library is initialised by allocating various internal resources,
57in particular calling 57in particular calling
58.Xr ERR_load_crypto_strings 3 , 58.Xr ERR_load_crypto_strings 3 .
59.Xr OpenSSL_add_all_ciphers 3 ,
60and
61.Xr OpenSSL_add_all_digests 3 .
62.Pp 59.Pp
63The following 60The following
64.Fa options 61.Fa options
@@ -93,7 +90,6 @@ is intended to return 1 on success or 0 on error.
93.Sh SEE ALSO 90.Sh SEE ALSO
94.Xr CONF_modules_load_file 3 , 91.Xr CONF_modules_load_file 3 ,
95.Xr OPENSSL_config 3 , 92.Xr OPENSSL_config 3 ,
96.Xr OPENSSL_load_builtin_modules 3 ,
97.Xr openssl.cnf 5 93.Xr openssl.cnf 5
98.Sh HISTORY 94.Sh HISTORY
99.Fn OPENSSL_init 95.Fn OPENSSL_init