Don't complain if function name doesn't match
authorRich Salz <rsalz@akamai.com>
Thu, 18 Jul 2019 19:40:12 +0000 (15:40 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 23 Jul 2019 08:22:17 +0000 (10:22 +0200)
commit584410227ab3afd3d296408ca096409cd677ee10
tree5e202f5cc723027acc5df943828d7487ecdbcf78
parenta6a66e4511eec0f4ecc2943117a42b3723eb2222
Don't complain if function name doesn't match

The "function" argument is now unused in the XXXerr defines, so mkerr
doesn't need to check if the value/name match.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9413)
util/mkerr.pl