From 0f0cfbe24c07376a67b12048686baa318db2cd95 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 9 Oct 2015 12:10:16 +0100 Subject: [PATCH] Fix Windows build Add the new ct directory to mkfiles.pl and fix the ct Makefile Reviewed-by: Andy Polyakov --- 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 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", -- 2.25.1