From: Andy Polyakov Date: Tue, 6 Sep 2011 22:53:34 +0000 (+0000) Subject: engines/asm/e_padlock-x86_64.pl: name it right and fix small bug. X-Git-Tag: OpenSSL-fips-2_0-rc1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33987f2f45eef943ff5bdfb701b921ca149a83c8;p=openssl engines/asm/e_padlock-x86_64.pl: name it right and fix small bug. --- diff --git a/engines/asm/e_padlock-x86_86.pl b/engines/asm/e_padlock-x86_64.pl similarity index 99% rename from engines/asm/e_padlock-x86_86.pl rename to engines/asm/e_padlock-x86_64.pl index 56cabc0f15..f1c040e7f3 100644 --- a/engines/asm/e_padlock-x86_86.pl +++ b/engines/asm/e_padlock-x86_64.pl @@ -206,7 +206,7 @@ padlock_${mode}_encrypt: lea 16($ctx),$ctx # control word xor %eax,%eax xor %ebx,%ebx - test \$`1<<5`,($ctx) # align bit in control word + testl \$`1<<5`,($ctx) # align bit in control word test \$0x0f,$out setz %al # !out_misaligned test \$0x0f,$inp