Commit 0f0cfbe2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix Windows build



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

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 3149baf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o

SRC= $(LIBSRC)

HEADER=	ct_lcl.h
HEADER=	ct_locl.h

ALL=    $(GENERAL) $(SRC) $(HEADER)

+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ my @dirs = (
"crypto/whrlpool",
"crypto/ts",
"crypto/srp",
"crypto/ct",
"ssl",
"apps",
"engines",