summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-10 11:37:03 +0000
committerMatt Caswell <matt@openssl.org>2015-12-10 11:58:58 +0000
commit2fb5535e64c395f01151315474fd10574677e3d6 (patch)
tree8b231ba5ece53a1f19e45e738c0ab762d9819c4c
parent330dcb09b2df7e1e6d1d3d14a5df7269aebd9a68 (diff)
Fix mkfiles for new directories
Add the new chacha and poly1305 directories to mkfiles.pl to enable proper building on windows. Reviewed-by: Andy Polyakov <appro@openssl.org>
-rwxr-xr-xutil/mkfiles.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index b03abc9c22..bc17462033 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -63,6 +63,8 @@ my @dirs = (
"crypto/srp",
"crypto/ct",
"crypto/async",
+"crypto/chacha",
+"crypto/poly1305",
"ssl",
"apps",
"engines",