]> git.ipfire.org Git - thirdparty/openssl.git/commit
Simplify util/err-to-raise
authorRichard Levitte <levitte@openssl.org>
Wed, 4 Nov 2020 11:16:35 +0000 (12:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 Nov 2020 10:40:52 +0000 (11:40 +0100)
commit01fe51578e678da935571965e8d438125392c381
treeef263454d10e1dee5a7c2b05bc76f6c60e2c6e03
parentb06e70b868cb8067746e35ea90b714e2f8db7141
Simplify util/err-to-raise

There's no need to enumerate the possible {NAME}err, as they have a
consistent pattern.  Also, this script should not be used on the
engines, as they have already converted appropriately.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13320)
util/err-to-raise