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:29:09 +0000 (16:29 +0100)
commit89635075d84353fc0c3d44a82fd0903ccd4ab24a
tree8e3341842fae832c8fefdc234fc881b3b5516d84
parent89a99cd589d69d3861afa8865986e2d98afb979a
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)
Configure