]> git.ipfire.org Git - thirdparty/openssl.git/commit
config, Configure: move the check of removed crypto/ sub-systems
authorRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 09:50:24 +0000 (10:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 4 Mar 2020 16:12:52 +0000 (17:12 +0100)
commitb16654a2810c91384d60f30683d83416866e72d2
tree927856f8edcc69434d26dbee938a6c60bf4a431a
parent6caf63ec4871a578f6f99c668b67e495ccc2bbf6
config, Configure: move the check of removed crypto/ sub-systems

The 'config' script checked for a bunch of crypto/ sub-system
directories, and added 'no-' options if they weren't there.

We move it to 'Configure' in an effort to simplify 'config' for
further work.

Note: this is pretty much a historical thing.  In modern OpenSSL, it's
much simpler to edit the SUBDIRS statement in crypto/build.info.
However, it's been claimed the there are those who still remove some
of these sub-system sources.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11217)
Configure
config