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>
This commit is contained in:
Matt Caswell 2015-12-10 11:37:03 +00:00
parent 330dcb09b2
commit 2fb5535e64

View File

@ -63,6 +63,8 @@ my @dirs = (
"crypto/srp",
"crypto/ct",
"crypto/async",
"crypto/chacha",
"crypto/poly1305",
"ssl",
"apps",
"engines",