From aac96e2797c34a6b2a839eb58c30ab3328a0cee8 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 31 May 2019 13:52:45 -0400 Subject: Remove function name from errors Deprecate all xxx_F_ defines. Removed some places that tested for a specific function. Use empty field for the function names in output. Update documentation. Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9058) --- doc/man3/ERR_GET_LIB.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man3/ERR_GET_LIB.pod b/doc/man3/ERR_GET_LIB.pod index 6f14a09d82..2046159021 100644 --- a/doc/man3/ERR_GET_LIB.pod +++ b/doc/man3/ERR_GET_LIB.pod @@ -38,12 +38,13 @@ unique. However, when checking for sub-library specific reason codes, be sure to also compare the library number. ERR_GET_LIB(), ERR_GET_FUNC(), ERR_GET_REASON(), and ERR_FATAL_ERROR() - are macros. +are macros. =head1 RETURN VALUES The library number, function code, reason code, and whether the error is fatal, respectively. +Starting with OpenSSL 3.0.0, the function code is always set to zero. =head1 SEE ALSO -- cgit v1.2.3