[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Mon Apr 24 11:08:35 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via c13ff3d222d38f66f5cde3d46d8c8dd6b2055d82 (commit)
from 52c0c4d13e8220f19eb2b205dc0c30508c4a51a9 (commit)
- Log -----------------------------------------------------------------
commit c13ff3d222d38f66f5cde3d46d8c8dd6b2055d82
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Apr 24 09:31:45 2017 +0200
Typo fix in Configurations/descrip.mms.tmpl
... on the theme "I could have sworn I saved that fix!"
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3285)
(cherry picked from commit cb2a6eb76ef7304a1b76ac5e2578cd9d5f59af28)
-----------------------------------------------------------------------
Summary of changes:
Configurations/descrip.mms.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 0cb34c7..c4eb0a8 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -89,7 +89,7 @@
sub dependmagic {
my $target = shift;
- return "$target : build_generated\n\t\pipe $(MMS) depend && \$(MMS) _$target\n_$target";
+ return "$target : build_generated\n\t\pipe \$(MMS) depend && \$(MMS) _$target\n_$target";
}
#use Data::Dumper;
#print STDERR "DEBUG: before:\n", Dumper($unified_info{before});
More information about the openssl-commits
mailing list