Skip to content

Commit

Permalink
Add buf-freelists to deprecated options
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
  • Loading branch information
tmshort authored and mattcaswell committed May 23, 2016
1 parent 0cd0a82 commit 050a36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 050a36a

Please sign in to comment.