util/mkdef.pl: Trust configdata.pm
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Jan 2018 13:17:39 +0000 (14:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 6 Feb 2018 12:31:35 +0000 (13:31 +0100)
commit54f3b7d2f5a313e5c702f75ee030f8a08e6bf6aa
tree157ca682ca0538dc20768c1f88064c3d2aaa540d
parentf61f62ea13470a00ae8be691d62abec97f94f0ee
util/mkdef.pl: Trust configdata.pm

This script kept its own database of disablable algorithms, which is a
maintenance problem, as it's not always perfectly in sync with what
Configure does.  However, we do have all the data in configdata.pm,
produced by Configure, so let's use that instead.

Also, make sure to parse the *err.h header files, as they contain
function declarations that might not be present elsewhere.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5157)
util/mkdef.pl