From: Matt Caswell Date: Fri, 9 Oct 2015 11:10:16 +0000 (+0100) Subject: Fix Windows build X-Git-Tag: OpenSSL_1_1_0-pre1~446 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=0f0cfbe24c07376a67b12048686baa318db2cd95;ds=sidebyside Fix Windows build Add the new ct directory to mkfiles.pl and fix the ct Makefile Reviewed-by: Andy Polyakov --- diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile index ce3a6b1fb2..fe2341d79b 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 268acadb62..68a9a6c042 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",