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:28:41 +0000 (21:28 +0100)
commit343a7467c270c54a8e1c85e88e807a1c2e0b6127
treed77ec42a15dbfa86afc38087b30e83334526e1a7
parentd0823f7a9bc0545144454b55a131c258ac584e20
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)
Configure