[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Mon May 23 19:10:53 UTC 2016
The branch master has been updated
via 050a36a9a1af1e00003f76597df7cf9ff33f8101 (commit)
from 0cd0a820abc6124cf8e176fa92d620a2abf9e419 (commit)
- Log -----------------------------------------------------------------
commit 050a36a9a1af1e00003f76597df7cf9ff33f8101
Author: Todd Short <tshort at akamai.com>
Date: Mon May 23 08:50:32 2016 -0400
Add buf-freelists to deprecated options
The buf-freelists option was removed in master. There may be some
things that try to disable it, so don't error out.
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configure b/Configure
index 4d3346e..215ffb8 100755
--- a/Configure
+++ b/Configure
@@ -356,6 +356,7 @@ foreach my $proto ((@tls, @dtls))
my @deprecated_disablables = (
"ssl2",
+ "buf-freelists",
);
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
More information about the openssl-commits
mailing list