diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 22:56:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 22:56:39 +0000 |
commit | b2d42ca47b3110cb63b8a1d163c5c1de89895a5d (patch) | |
tree | 1ef0198934b45ca4afd6f6eb66d357a6c707089b /lib/libcrypto/man/ERR_load_strings.3 | |
parent | f31acc28416296ea76a851ab33a22a3ad40029f6 (diff) |
err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/ERR_load_strings.3')
-rw-r--r-- | lib/libcrypto/man/ERR_load_strings.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libcrypto/man/ERR_load_strings.3 b/lib/libcrypto/man/ERR_load_strings.3 index 74fd989bf33..8708b8c284c 100644 --- a/lib/libcrypto/man/ERR_load_strings.3 +++ b/lib/libcrypto/man/ERR_load_strings.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR_load_strings.3,v 1.4 2016/11/23 17:59:29 schwarze Exp $ +.\" $OpenBSD: ERR_load_strings.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 23 2016 $ +.Dd $Mdocdate: March 20 2018 $ .Dt ERR_LOAD_STRINGS 3 .Os .Sh NAME @@ -107,9 +107,11 @@ returns a new library number. .Sh SEE ALSO .Xr ERR 3 .Sh HISTORY -.Fn ERR_load_error_strings +.Fn ERR_load_strings and .Fn ERR_PACK -are available in all versions of SSLeay and OpenSSL. +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . +.Pp .Fn ERR_get_next_error_library was added in SSLeay 0.9.0. |