[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Fri Oct 9 13:07:57 UTC 2015
The branch master has been updated
via 0f0cfbe24c07376a67b12048686baa318db2cd95 (commit)
from 3149baf83cb703f060b1e6eeb440a45e010a626b (commit)
- Log -----------------------------------------------------------------
commit 0f0cfbe24c07376a67b12048686baa318db2cd95
Author: Matt Caswell <matt at openssl.org>
Date: Fri Oct 9 12:10:16 2015 +0100
Fix Windows build
Add the new ct directory to mkfiles.pl and fix the ct Makefile
Reviewed-by: Andy Polyakov <appro at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ct/Makefile | 2 +-
util/mkfiles.pl | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile
index ce3a6b1..fe2341d 100644
--- a/crypto/ct/Makefile
+++ b/crypto/ct/Makefile
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
SRC= $(LIBSRC)
-HEADER= ct_lcl.h
+HEADER= ct_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 268acad..68a9a6c 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -63,6 +63,7 @@ my @dirs = (
"crypto/whrlpool",
"crypto/ts",
"crypto/srp",
+"crypto/ct",
"ssl",
"apps",
"engines",
More information about the openssl-commits
mailing list