From 93effffec079f9addb48a346bac7d4c00c799d9e Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 20 Mar 2018 22:56:38 +0000 Subject: err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git --- src/lib/libcrypto/man/ERR_error_string.3 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/ERR_error_string.3') diff --git a/src/lib/libcrypto/man/ERR_error_string.3 b/src/lib/libcrypto/man/ERR_error_string.3 index 48f323025e..b303ab2a31 100644 --- a/src/lib/libcrypto/man/ERR_error_string.3 +++ b/src/lib/libcrypto/man/ERR_error_string.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR_error_string.3,v 1.4 2016/11/23 17:55:31 schwarze Exp $ +.\" $OpenBSD: ERR_error_string.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller . @@ -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_ERROR_STRING 3 .Os .Sh NAME @@ -163,7 +163,13 @@ if none is registered for the error code. .Xr ERR_print_errors 3 , .Xr SSL_load_error_strings 3 .Sh HISTORY -.Fn ERR_error_string -is available in all versions of SSLeay and OpenSSL. +.Fn ERR_error_string , +.Fn ERR_lib_error_string , +.Fn ERR_func_error_string , +and +.Fn ERR_reason_error_string +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . +.Pp .Fn ERR_error_string_n was added in OpenSSL 0.9.6. -- cgit v1.2.3-55-g6feb