[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Wed Apr 20 08:55:38 UTC 2016


The branch master has been updated
       via  3acfc40a7ec67322593442f55caccd3d14dbf1ec (commit)
      from  6944565bd55d147bdb46c708dff06ac310457036 (commit)


- Log -----------------------------------------------------------------
commit 3acfc40a7ec67322593442f55caccd3d14dbf1ec
Author: Andy Polyakov <appro at openssl.org>
Date:   Wed Apr 20 10:22:47 2016 +0200

    Configurations: fix typo in 50-masm.conf.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 Configurations/50-masm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf
index 8dbaa76..60a5507 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -12,6 +12,6 @@
         inherit_from    => [ "VC-WIN64A" ],
         as              => "ml64",
         asflags         => "/c /Cp /Cx /Zi",
-        asoutflags      => "/Fo",
+        asoutflag       => "/Fo",
     },
 );


More information about the openssl-commits mailing list