If all versions of a proto are disabled, disabled the proto as well
authorRichard Levitte <levitte@openssl.org>
Fri, 17 Feb 2017 19:48:28 +0000 (20:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 17 Feb 2017 20:29:19 +0000 (21:29 +0100)
commiteb5de0ce576df7b29d0730206bac801a0f6b808f
treee25ba154ba4a28ea6555ceebcc64e4da4e1156e1
parent38c0fe4b19ef2c5f4c7302c75d62b506e4d55c9e
If all versions of a proto are disabled, disabled the proto as well

For example, 'no-dtls1 no-dtls1_2' will imply 'no-dtls'

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2670)
(cherry picked from commit 343a7467c270c54a8e1c85e88e807a1c2e0b6127)
Configure