The branch master has been updated via a26d8be9531862af09c69b9704d219f1768d3d0e (commit) from d9706f1964ffbfcfe700cfeb59605465b309013a (commit)
- Log ----------------------------------------------------------------- commit a26d8be9531862af09c69b9704d219f1768d3d0e Author: Richard Levitte <levi...@openssl.org> Date: Fri Feb 26 12:25:13 2016 +0100 Forgotten change of add() call in Configure Reviewed-by: Matt Caswell <m...@openssl.org> ----------------------------------------------------------------------- Summary of changes: Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index ad20bf6..06e1967 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, _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits