From: Matt Caswell Date: Thu, 10 Dec 2015 11:37:03 +0000 (+0000) Subject: Fix mkfiles for new directories X-Git-Tag: OpenSSL_1_1_0-pre1~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2fb5535e64c395f01151315474fd10574677e3d6;p=oweals%2Fopenssl.git 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 --- 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",