projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9706f1
)
Forgotten change of add() call in Configure
author
Richard Levitte
<levitte@openssl.org>
Fri, 26 Feb 2016 11:25:13 +0000
(12:25 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 26 Feb 2016 15:05:41 +0000
(16:05 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index ad20bf6288d979dc1a2e28e865ab59b4bb6a6889..06e19674bf73f493d3c85f5126377f610823d71a 100755
(executable)
--- 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,