Forgotten change of add() call in Configure

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-26 12:25:13 +01:00
parent d9706f1964
commit a26d8be953
1 changed files with 1 additions and 1 deletions

View File

@ -2081,7 +2081,7 @@ sub resolve_config {
# value.
# - Otherwise, this target's value is assumed to be a string that
# will simply override the inherited list of values.
my $default_combiner = add(" ");
my $default_combiner = add();
my %all_keys =
map { $_ => 1 } (keys %combined_inheritance,