From c153422388804ab282af0d874e54d82ae4d1cd3e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 26 Dec 2008 15:27:51 +0000 Subject: [PATCH] Enable TLS Extensions by default. --- CHANGES | 3 +++ Configure | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a484550177..f02a6d356a 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.8i and 0.9.8j [xx XXX xxxx] + *) Enable TLS extensions by default. + [Ben Laurie] + *) Allow the CHIL engine to be loaded, whether the application is multithreaded or not. (This does not release the developer from the obligation to set up the dynamic locking callbacks.) diff --git a/Configure b/Configure index 1582de24c7..1eaed889a5 100755 --- a/Configure +++ b/Configure @@ -636,7 +636,6 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental "rfc3779" => "default", "seed" => "default", "shared" => "default", - "tlsext" => "default", "zlib" => "default", "zlib-dynamic" => "default" );