diff options
author | schwarze <> | 2018-03-27 17:35:50 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-27 17:35:50 +0000 |
commit | 46b5d933b38b75b127fede5f1fa076d84c7714a1 (patch) | |
tree | f9c6916aae3f5b1e0ac87341b497da860edfcddb /src/lib/libcrypto/man/ERR_load_crypto_strings.3 | |
parent | 4dbdd890b2673d2b0999aeeea41ae4e949eb040a (diff) | |
download | openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.gz openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.bz2 openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.zip |
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'src/lib/libcrypto/man/ERR_load_crypto_strings.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_crypto_strings.3 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 index 2f1af112c3..5421781bcc 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.6 2018/03/20 20:26:23 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: March 20 2018 $ | 68 | .Dd $Mdocdate: March 27 2018 $ |
69 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 | 69 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -119,12 +119,15 @@ frees all previously loaded error strings. | |||
119 | .Xr ERR 3 , | 119 | .Xr ERR 3 , |
120 | .Xr ERR_error_string 3 | 120 | .Xr ERR_error_string 3 |
121 | .Sh HISTORY | 121 | .Sh HISTORY |
122 | .Fn ERR_load_crypto_strings , | 122 | .Fn ERR_load_crypto_strings |
123 | .Fn ERR_free_strings , | ||
124 | .Fn ERR_load_BN_strings , | ||
125 | and | 123 | and |
126 | .Fn SSL_load_error_strings | 124 | .Fn SSL_load_error_strings |
127 | appeared before SSLeay 0.8 and have been available since | 125 | first appeared in SSLeay 0.4.4. |
126 | .Fn ERR_free_strings | ||
127 | and | ||
128 | .Fn ERR_load_BN_strings | ||
129 | first appeared in SSLeay 0.5.1. | ||
130 | These functions been available since | ||
128 | .Ox 2.4 . | 131 | .Ox 2.4 . |
129 | .Sh BUGS | 132 | .Sh BUGS |
130 | Even though the error strings are already compiled into the object | 133 | Even though the error strings are already compiled into the object |