Commit 2fb5535e authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix mkfiles for new directories



Add the new chacha and poly1305 directories to mkfiles.pl to enable proper
building on windows.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 330dcb09
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ my @dirs = (
"crypto/srp",
"crypto/ct",
"crypto/async",
"crypto/chacha",
"crypto/poly1305",
"ssl",
"apps",
"engines",