summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-26 12:25:13 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-26 16:05:41 +0100
commita26d8be9531862af09c69b9704d219f1768d3d0e (patch)
tree06e49a13fafbf60e1b406d60e9a3935ffb0774a5 /Configure
parentd9706f1964ffbfcfe700cfeb59605465b309013a (diff)
Forgotten change of add() call in Configure
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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,