[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Feb 26 15:05:44 UTC 2016
The branch master has been updated
via a26d8be9531862af09c69b9704d219f1768d3d0e (commit)
from d9706f1964ffbfcfe700cfeb59605465b309013a (commit)
- Log -----------------------------------------------------------------
commit a26d8be9531862af09c69b9704d219f1768d3d0e
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Feb 26 12:25:13 2016 +0100
Forgotten change of add() call in Configure
Reviewed-by: Matt Caswell <matt at 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,
More information about the openssl-commits
mailing list