]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make ERR_str_reasons in err.c consistent again with err.h
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 17 Nov 2021 18:05:21 +0000 (19:05 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Mon, 22 Nov 2021 13:38:18 +0000 (14:38 +0100)
commit3ae55288387a3ff9cf9b1cba2da22bd1aafbc66e
tree523820f789d7fa764782146c32a5dbe9f3fd0c34
parent9350aaa41db8fcb0b55dadbd5fbe807ef5288557
Make ERR_str_reasons in err.c consistent again with err.h

Fixes printing generic reason strings, e.g., 'reason(524550)' vs. 'passed an invalid argument'

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17056)
crypto/err/err.c