summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rwxr-xr-xutil/mkfiles.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 268acadb62..68a9a6c042 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -63,6 +63,7 @@ my @dirs = (
"crypto/whrlpool",
"crypto/ts",
"crypto/srp",
+"crypto/ct",
"ssl",
"apps",
"engines",