diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_crypto_strings.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 index 2bca8af60f..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.12 2024/03/05 19:21:31 tb 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 | .\" |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: March 5 2024 $ | 69 | .Dd $Mdocdate: June 8 2025 $ |
70 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 | 70 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -101,11 +101,14 @@ | |||
101 | .\" ERR_load_X509_strings() | 101 | .\" ERR_load_X509_strings() |
102 | .\" ERR_load_X509V3_strings() | 102 | .\" ERR_load_X509V3_strings() |
103 | .Sh SYNOPSIS | 103 | .Sh SYNOPSIS |
104 | .Lb libcrypto | ||
104 | .In openssl/err.h | 105 | .In openssl/err.h |
105 | .Ft void | 106 | .Ft void |
106 | .Fn ERR_load_crypto_strings void | 107 | .Fn ERR_load_crypto_strings void |
107 | .Ft void | 108 | .Ft void |
108 | .Fn ERR_free_strings void | 109 | .Fn ERR_free_strings void |
110 | .Pp | ||
111 | .Lb libssl libcrypto | ||
109 | .In openssl/ssl.h | 112 | .In openssl/ssl.h |
110 | .Ft void | 113 | .Ft void |
111 | .Fn SSL_load_error_strings void | 114 | .Fn SSL_load_error_strings void |