summaryrefslogtreecommitdiffstats
path: root/crypto/ct
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-09 12:10:16 +0100
committerMatt Caswell <matt@openssl.org>2015-10-09 12:10:16 +0100
commit0f0cfbe24c07376a67b12048686baa318db2cd95 (patch)
tree1637d118f9384435b40f0abff101774599d52696 /crypto/ct
parent3149baf83cb703f060b1e6eeb440a45e010a626b (diff)
Fix Windows build
Add the new ct directory to mkfiles.pl and fix the ct Makefile Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/ct')
-rw-r--r--crypto/ct/Makefile2
1 files changed, 1 insertions, 1 deletions
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)