Commit 050a36a9 authored by Todd Short's avatar Todd Short Committed by Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 0cd0a820
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):