diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_crypto_strings.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 index 812258f60a..2f1af112c3 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.5 2017/01/26 04:37:08 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.6 2018/03/20 20:26:23 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: January 26 2017 $ | 68 | .Dd $Mdocdate: March 20 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 |
@@ -120,10 +120,12 @@ frees all previously loaded error strings. | |||
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 SSL_load_error_strings , | 123 | .Fn ERR_free_strings , |
124 | .Fn ERR_load_BN_strings , | ||
124 | and | 125 | and |
125 | .Fn ERR_free_strings | 126 | .Fn SSL_load_error_strings |
126 | are available in all versions of SSLeay and OpenSSL. | 127 | appeared before SSLeay 0.8 and have been available since |
128 | .Ox 2.4 . | ||
127 | .Sh BUGS | 129 | .Sh BUGS |
128 | Even though the error strings are already compiled into the object | 130 | Even though the error strings are already compiled into the object |
129 | code of the library as static strings, these functions store them | 131 | code of the library as static strings, these functions store them |