From 847fe929108da550b506594f52fa1875ea815723 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 26 Aug 2016 13:11:17 +0100 Subject: Fix the no-tls1 option This also fixes no-tls which is an alias for no-tls1 in 1.0.2 (it is not possible to do no-tls1_1 or no-tls1_2 in 1.0.2). Because it is not possible to disable TLS1.1 or TLS1.2 it no longer follows that disabling TLS1.0 should force the disabling of tlsext. Also a few missing ifdef guards. GitHub Iusse#935 Reviewed-by: Rich Salz --- Configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index 3a772760c8..695b37d073 100755 --- a/Configure +++ b/Configure @@ -1082,11 +1082,6 @@ if (defined($disabled{"md5"}) || defined($disabled{"sha"}) $disabled{"tls1"} = "forced"; } -if (defined($disabled{"tls1"})) - { - $disabled{"tlsext"} = "forced"; - } - if (defined($disabled{"ec"}) || defined($disabled{"dsa"}) || defined($disabled{"dh"})) { -- cgit v1.2.3