Fix Windows build

Add the new ct directory to mkfiles.pl and fix the ct Makefile

Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Matt Caswell 2015-10-09 12:10:16 +01:00
parent 3149baf83c
commit 0f0cfbe24c
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
SRC= $(LIBSRC)
HEADER= ct_lcl.h
HEADER= ct_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)

View File

@ -63,6 +63,7 @@ my @dirs = (
"crypto/whrlpool",
"crypto/ts",
"crypto/srp",
"crypto/ct",
"ssl",
"apps",
"engines",