]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add OpenSSL::Config::Query and use it in configdata.pm
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Apr 2021 17:41:54 +0000 (19:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 May 2021 09:29:56 +0000 (11:29 +0200)
commit841a438c7f67f697dd6710b26cc6536dd76a420a
tree1abeb8c0f7412ef735961edda3a9838e39fa3f23
parent02669b677e6263b3d337ceb526b8b030477fe26b
Add OpenSSL::Config::Query and use it in configdata.pm

OpenSSL::Config::Query is a configuration querying tool that's meant
to make it easier to query the diverse configuration data for info.
That's much easier than to dig through all the parts of %unified_info.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8871)
configdata.pm.in
util/perl/OpenSSL/Config/Query.pm [new file with mode: 0644]