Enable TLS Extensions by default.

This commit is contained in:
Ben Laurie 2008-12-26 15:27:51 +00:00
parent 7f065cfdbd
commit c153422388
2 changed files with 3 additions and 1 deletions

View file

@ -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.)

View file

@ -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"
);