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:
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
|
||||
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
HEADER= ct_lcl.h
|
||||
HEADER= ct_locl.h
|
||||
|
||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||
|
||||
|
@@ -63,6 +63,7 @@ my @dirs = (
|
||||
"crypto/whrlpool",
|
||||
"crypto/ts",
|
||||
"crypto/srp",
|
||||
"crypto/ct",
|
||||
"ssl",
|
||||
"apps",
|
||||
"engines",
|
||||
|
Reference in New Issue
Block a user