From: Ben Laurie Date: Fri, 26 Dec 2008 15:27:51 +0000 (+0000) Subject: Enable TLS Extensions by default. X-Git-Tag: OpenSSL_0_9_8j~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c153422388804ab282af0d874e54d82ae4d1cd3e;p=oweals%2Fopenssl.git Enable TLS Extensions by default. --- 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" );