]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Collapse different classes of macro databases
authorRichard Levitte <levitte@openssl.org>
Sat, 3 Nov 2018 17:34:09 +0000 (18:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 5 Nov 2018 08:27:36 +0000 (09:27 +0100)
commite0bf7c0181dbf17323dbd38dfd485970150c5244
tree3a52b52ba47f81156ccdab9f8e84991177f73849
parent9654924f587bd9cd72046607f54a76c679161d26
Collapse different classes of macro databases

We have $config{openssl_algorithm_defines}, $config{openssl_other_defines}
and $config{openssl_thread_defines}.  These are treated exactly the same
in include/openssl/opensslconf.h.in, so having them separated into three
different databases isn't necessary, the reason for the separation being
long gone.  Therefore, we collapse them into one and the same,
$config{openssl_feature_defines}.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7558)
Configure
include/openssl/opensslconf.h.in