aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-06-29 15:03:14 +0100
committerMatt Caswell <matt@openssl.org>2017-06-30 09:41:46 +0100
commitd8c66f5e092015a66504127c8073a604839f9e1b (patch)
tree51f92aa77d189cdf161d1482bda58cee9b3685b2 /Configure
parent2915fe19a6676374c335d8c50eaaa4c940cf47d6 (diff)
downloadopenssl-d8c66f5e092015a66504127c8073a604839f9e1b.tar.gz
Drop support for OPENSSL_NO_TLS1_3_METHOD
There are no public TLSv1_3_*method() functions so OPENSSL_NO_TLS1_3_METHOD doesn't make any sense and should be removed. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3800)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index e302a58abb..ce3d6dac1b 100755
--- a/Configure
+++ b/Configure
@@ -416,7 +416,7 @@ my @disablables = (
foreach my $proto ((@tls, @dtls))
{
push(@disablables, $proto);
- push(@disablables, "$proto-method");
+ push(@disablables, "$proto-method") unless $proto eq "tls1_3";
}
my %deprecated_disablables = (