s_server: Properly indicate ALPN protocol mismatch
[openssl.git] / Configurations / 50-masm.conf
index 8dbaa764fd2df91a8ef54f02aa964ee3751369a8..587a1e70e8ea397a2e56b144b8cfea2c9876db3b 100644 (file)
@@ -7,11 +7,16 @@
 # proven to be daunting task. This is experimental target, for
 # production builds stick with [up-to-date version of] nasm.
 
-%targets = (
+my %targets = (
     "VC-WIN64A-masm" => {
-        inherit_from    => [ "VC-WIN64A" ],
-        as              => "ml64",
-        asflags         => "/c /Cp /Cx /Zi",
-        asoutflags      => "/Fo",
+        inherit_from    => [ "VC-WIN64-common" ],
+        AS              => "ml64",
+        ASFLAGS         => "/nologo /Zi",
+        asoutflag       => "/Fo",
+        asflags         => "/c /Cp /Cx",
+        sys_id          => "WIN64A",
+        uplink_arch      => 'x86_64',
+        asm_arch         => 'x86_64',
+        perlasm_scheme   => "masm",
     },
 );