Configure: cleanup @disable_cascade
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Nov 2017 15:04:15 +0000 (16:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Nov 2017 15:31:17 +0000 (16:31 +0100)
commitf70425d3ac5e4ef17cfa116d99f8f03bbac1c7f2
tree6da3d1e848a632f82830c47f2b316fc05c2c87c3
parent2df7971728ddd388a77de56acc01e4bab37796bb
Configure: cleanup @disable_cascade

'rsa', 'sha' and 'tlsext' can't be disabled, not even as a consequence
of other conditions, so having cascading disables that depend on them
is futile.  Clean up!

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4693)

(cherry picked from commit 89635075d84353fc0c3d44a82fd0903ccd4ab24a)
Configure