mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-02 20:49:39 +00:00
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>
This commit is contained in:
parent
0cd0a820ab
commit
050a36a9a1
@ -356,6 +356,7 @@ foreach my $proto ((@tls, @dtls))
|
|||||||
|
|
||||||
my @deprecated_disablables = (
|
my @deprecated_disablables = (
|
||||||
"ssl2",
|
"ssl2",
|
||||||
|
"buf-freelists",
|
||||||
);
|
);
|
||||||
|
|
||||||
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
|
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user