[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Dec 10 12:02:20 UTC 2015


The branch master has been updated
       via  2fb5535e64c395f01151315474fd10574677e3d6 (commit)
      from  330dcb09b2df7e1e6d1d3d14a5df7269aebd9a68 (commit)


- Log -----------------------------------------------------------------
commit 2fb5535e64c395f01151315474fd10574677e3d6
Author: Matt Caswell <matt at openssl.org>
Date:   Thu Dec 10 11:37:03 2015 +0000

    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 at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/mkfiles.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index b03abc9..bc17462 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",


More information about the openssl-commits mailing list