From 5b9480fc1e814bf8fa2dce0dbbede147f04d477c Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 21 Oct 2022 10:29:09 +1100 Subject: [PATCH] doc: fix copy/paste error Fixes #19460 Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/19461) --- doc/man3/OPENSSL_init_crypto.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/OPENSSL_init_crypto.pod b/doc/man3/OPENSSL_init_crypto.pod index 92a9d9b95ae..b2d48daeff3 100644 --- a/doc/man3/OPENSSL_init_crypto.pod +++ b/doc/man3/OPENSSL_init_crypto.pod @@ -82,7 +82,7 @@ B will be ignored. With this option the library will automatically load and make available all libcrypto digests. This option is a default option. Once selected subsequent calls to OPENSSL_init_crypto() with the option -B will be ignored. +B will be ignored. =item OPENSSL_INIT_NO_ADD_ALL_CIPHERS -- 2.47.2