Fix Windows build
authorMatt Caswell <matt@openssl.org>
Fri, 9 Oct 2015 11:10:16 +0000 (12:10 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Oct 2015 11:10:16 +0000 (12:10 +0100)
Add the new ct directory to mkfiles.pl and fix the ct Makefile

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/ct/Makefile
util/mkfiles.pl

index ce3a6b1fb28646261521601b3765a0fcb3560c3c..fe2341d79bd3a15746d9e65ee8a4e0383f6373aa 100644 (file)
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
 
 SRC= $(LIBSRC)
 
-HEADER=        ct_lcl.h
+HEADER=        ct_locl.h
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 
index 268acadb6292261936a6730fcc1fb956cc7996ed..68a9a6c042df5b9be7ee73d2e6172b162f13d938 100755 (executable)
@@ -63,6 +63,7 @@ my @dirs = (
 "crypto/whrlpool",
 "crypto/ts",
 "crypto/srp",
+"crypto/ct",
 "ssl",
 "apps",
 "engines",