Remove function name from errors
authorRich Salz <rsalz@akamai.com>
Fri, 31 May 2019 17:52:45 +0000 (13:52 -0400)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2019 03:26:28 +0000 (05:26 +0200)
commitaac96e2797c34a6b2a839eb58c30ab3328a0cee8
tree105434e5b948326f7846dce7a9a8fb7ff41974e6
parent3d9b33b5e48d82d098a1f8c37dbf616a0d84621c
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 <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9058)
15 files changed:
CHANGES
apps/rsa.c
apps/speed.c
crypto/crmf/crmf_lib.c
crypto/err/err.c
crypto/ui/ui_lib.c
doc/man3/ERR_GET_LIB.pod
include/openssl/err.h
ssl/d1_lib.c
ssl/statem/statem.h
test/evp_test.c
test/recipes/30-test_evp_data/evppkey.txt
test/recipes/30-test_evp_data/evppkey_ecc.txt
test/sslapitest.c
util/mkerr.pl