]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make 'make errors' work again
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2020 06:53:11 +0000 (08:53 +0200)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:11:57 +0000 (11:11 +0100)
commit0490314f651bdd2888b7839f07c7591877e59bd5
treee38a0d7fdefe44fafcc0d126e17424f8198ec6f1
parent962963395c37d015474ef03c41396b78196e301c
Make 'make errors' work again

util/mkerr.pl detects if a header is now a '.in' template, and adjusts
the header file it reads accordingly.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12781)
util/mkerr.pl