diff options
author | schwarze <> | 2025-06-08 22:58:09 +0000 |
---|---|---|
committer | schwarze <> | 2025-06-08 22:58:09 +0000 |
commit | 1c9cdf54e5dc619d730ef12024cec65c9d44624c (patch) | |
tree | 3b493aee12364cbee0f7796a9ebb41dcf543e9f6 /src | |
parent | b62b470b194123cafd1e6594116c4cd4c70bbcc4 (diff) | |
download | openbsd-1c9cdf54e5dc619d730ef12024cec65c9d44624c.tar.gz openbsd-1c9cdf54e5dc619d730ef12024cec65c9d44624c.tar.bz2 openbsd-1c9cdf54e5dc619d730ef12024cec65c9d44624c.zip |
mention that SSL_load_error_strings(3) lives in libssl;
"sounds good" tb@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_crypto_strings.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 index 2e70372085..13da93e22d 100644 --- a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 +++ b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.13 2025/06/08 22:40:29 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.14 2025/06/08 22:58:09 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 | 2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
3 | .\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 | 3 | .\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 |
4 | .\" | 4 | .\" |
@@ -107,6 +107,8 @@ | |||
107 | .Fn ERR_load_crypto_strings void | 107 | .Fn ERR_load_crypto_strings void |
108 | .Ft void | 108 | .Ft void |
109 | .Fn ERR_free_strings void | 109 | .Fn ERR_free_strings void |
110 | .Pp | ||
111 | .Lb libssl libcrypto | ||
110 | .In openssl/ssl.h | 112 | .In openssl/ssl.h |
111 | .Ft void | 113 | .Ft void |
112 | .Fn SSL_load_error_strings void | 114 | .Fn SSL_load_error_strings void |