Fix mkfiles for new directories
authorMatt Caswell <matt@openssl.org>
Thu, 10 Dec 2015 11:37:03 +0000 (11:37 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Dec 2015 11:58:58 +0000 (11:58 +0000)
Add the new chacha and poly1305 directories to mkfiles.pl to enable proper
building on windows.

Reviewed-by: Andy Polyakov <appro@openssl.org>
util/mkfiles.pl

index b03abc9c22ac947d6788ab5a0aa6da58af8a597f..bc17462033012ff02b1c63b896eabc5b3362e69e 100755 (executable)
@@ -63,6 +63,8 @@ my @dirs = (
 "crypto/srp",
 "crypto/ct",
 "crypto/async",
+"crypto/chacha",
+"crypto/poly1305",
 "ssl",
 "apps",
 "engines",