diff options
author | Andy Polyakov <appro@openssl.org> | 2011-09-07 00:53:34 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2011-09-07 00:53:34 +0200 |
commit | 33987f2f45eef943ff5bdfb701b921ca149a83c8 (patch) | |
tree | 9a5d710895584ffddc09c8ffab97ee12553d63a2 /engines | |
parent | Add error codes for DRBG KAT failures. (diff) | |
download | openssl-33987f2f45eef943ff5bdfb701b921ca149a83c8.tar.xz openssl-33987f2f45eef943ff5bdfb701b921ca149a83c8.zip |
engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/asm/e_padlock-x86_64.pl (renamed from engines/asm/e_padlock-x86_86.pl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/asm/e_padlock-x86_86.pl b/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 |