X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fasm%2Fecp_nistz256-x86.pl;fp=crypto%2Fec%2Fasm%2Fecp_nistz256-x86.pl;h=a89a9f93bc6e3a2bef6fcdf35334a4a792a47095;hp=f637c844c4ef064d388e2f22ae8a1afa71d18ab4;hb=e195c8a2562baef0fdcae330556ed60b1e922b0e;hpb=07fbdfe94d65b125a21488273d70eecf62fec447 diff --git a/crypto/ec/asm/ecp_nistz256-x86.pl b/crypto/ec/asm/ecp_nistz256-x86.pl index f637c844c4..a89a9f93bc 100755 --- a/crypto/ec/asm/ecp_nistz256-x86.pl +++ b/crypto/ec/asm/ecp_nistz256-x86.pl @@ -45,7 +45,7 @@ require "x86asm.pl"; $output=pop; open STDOUT,">$output"; -&asm_init($ARGV[0],"ecp_nistz256-x86.pl",$ARGV[$#ARGV] eq "386"); +&asm_init($ARGV[0],$ARGV[$#ARGV] eq "386"); $sse2=0; for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }