summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2016-05-23 08:50:32 -0400
committerMatt Caswell <matt@openssl.org>2016-05-23 20:07:41 +0100
commit050a36a9a1af1e00003f76597df7cf9ff33f8101 (patch)
treee653b3a12dae07b32896ecf4bab4b3bdd6f7fc8b /Configure
parent0cd0a820abc6124cf8e176fa92d620a2abf9e419 (diff)
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@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 4d3346e834..215ffb87f2 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):