]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/implementations/signature/rsa.c
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Feb 2021 11:55:19 +0000 (12:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2021 13:02:06 +0000 (14:02 +0100)
commitc5689319ebcb5356a28c297779094f3208f925f8
tree3f75bf478364464bce24d17bc285233a1d81ae22
parent13888e797c5a3193e91d71e5f5a196a2d68d266f
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries

Using ERR_LIB_* causes the error output to say 'reason(n)' instead of
the name of the sub-library in question.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14152)
crypto/ct/ct_log.c
crypto/rsa/rsa_gen.c
providers/implementations/signature/rsa.c
ssl/record/ssl3_record.c