diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-21 10:45:45 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-21 10:45:45 +0000 |
commit | be3e5364b865f0be6d4bc4ea274137a091de1764 (patch) | |
tree | 234061bd5f0aeb4a3cf13f5d5a5d71631de004c1 /lib/libcrypto/man | |
parent | 890d10c0dae567c80167e89e5f897a3b1fcff631 (diff) |
Stop mentioning some ERR_load_*_strings that will be removed
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/ERR_load_crypto_strings.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libcrypto/man/ERR_load_crypto_strings.3 b/lib/libcrypto/man/ERR_load_crypto_strings.3 index beb30dba06f..72d10b030c7 100644 --- a/lib/libcrypto/man/ERR_load_crypto_strings.3 +++ b/lib/libcrypto/man/ERR_load_crypto_strings.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR_load_crypto_strings.3,v 1.10 2021/11/11 13:13:38 schwarze Exp $ +.\" $OpenBSD: ERR_load_crypto_strings.3,v 1.11 2023/07/21 10:45:44 tb Exp $ .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 .\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 11 2021 $ +.Dd $Mdocdate: July 21 2023 $ .Dt ERR_LOAD_CRYPTO_STRINGS 3 .Os .Sh NAME @@ -86,11 +86,7 @@ .\" ERR_load_CRYPTO_strings() .\" ERR_load_DH_strings() .\" ERR_load_DSA_strings() -.\" ERR_load_DSO_strings() .\" ERR_load_EC_strings() -.\" ERR_load_ECDH_strings() -.\" ERR_load_ECDSA_strings() -.\" ERR_load_ENGINE_strings() .\" ERR_load_ERR_strings() .\" ERR_load_EVP_strings() .\" ERR_load_GOST_strings() |