From 2fb5535e64c395f01151315474fd10574677e3d6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 10 Dec 2015 11:37:03 +0000 Subject: [PATCH] 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 --- util/mkfiles.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/mkfiles.pl b/util/mkfiles.pl index b03abc9c2..bc1746203 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",