mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Forgotten change of add() call in Configure
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
d9706f1964
commit
a26d8be953
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user