]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Use Configure's @disablables and %disabled through configdata.pm
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Jan 2016 01:09:33 +0000 (02:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Jan 2016 08:53:36 +0000 (09:53 +0100)
commit96d2d7bc71a8413f23ff9fc88f600acc4c340a9b
tree82a623cdee2ea7a063b785c0d6f51ac8ed1a01aa
parent36b82b346454b4d0d0c4c19e0e9ca9e888f23a3e
Use Configure's @disablables and %disabled through configdata.pm

Enhances the routines in OpenSSL::Test::Utils for checking disabled
stuff to get their information directly from Configure instead of
'openssl list -disabled'.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configure
test/testlib/OpenSSL/Test/Utils.pm