From: Todd Short Date: Mon, 23 May 2016 12:50:32 +0000 (-0400) Subject: Add buf-freelists to deprecated options X-Git-Tag: OpenSSL_1_1_0-pre6~720 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=050a36a9a1af1e00003f76597df7cf9ff33f8101;p=openssl 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 Reviewed-by: Matt Caswell --- 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):