[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Apr 2 15:21:39 UTC 2016
The branch master has been updated
via 2d5a1cfab8af8a282c62a3e1562aab1ad905b3e9 (commit)
from 488e2b0f5ae791ea17fd5b1880c4945a3306ca8e (commit)
- Log -----------------------------------------------------------------
commit 2d5a1cfab8af8a282c62a3e1562aab1ad905b3e9
Author: Coty Sutherland <csutherl at redhat.com>
Date: Fri Apr 1 14:20:11 2016 -0400
Correcting typo that causes make install fail
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index bd02b8c..e381237 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -89,7 +89,7 @@ GENERATED={- join(" ", map { (my $x = $_) =~ s|\.S$|\.s|; $x } keys %{$unified_i
BIN_SCRIPTS=$(BLDDIR)/tools/c_rehash
MISC_SCRIPTS=$(SRCDIR)/tools/c_hash $(SRCDIR)/tools/c_info \
$(SRCDIR)/tools/c_issuer $(SRCDIR)/tools/c_name \
- $(BLDDIR)/apps/CA.pl $(BDLDIR)/apps/tsget
+ $(BLDDIR)/apps/CA.pl $(BLDDIR)/apps/tsget
SHLIB_INFO={- join(" ", map { "\"".shlib($_).";".shlib_simple($_)."\"" } @{$unified_info{libraries}}) -}
More information about the openssl-commits
mailing list