From: Richard Levitte Date: Fri, 26 Feb 2016 11:25:13 +0000 (+0100) Subject: Forgotten change of add() call in Configure X-Git-Tag: OpenSSL_1_1_0-pre4~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a26d8be9531862af09c69b9704d219f1768d3d0e;p=openssl Forgotten change of add() call in Configure Reviewed-by: Matt Caswell --- diff --git a/Configure b/Configure index ad20bf6288..06e19674bf 100755 --- a/Configure +++ b/Configure @@ -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,