summaryrefslogtreecommitdiffstats
path: root/engines/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-09-06 22:53:34 +0000
committerAndy Polyakov <appro@openssl.org>2011-09-06 22:53:34 +0000
commit33987f2f45eef943ff5bdfb701b921ca149a83c8 (patch)
tree9a5d710895584ffddc09c8ffab97ee12553d63a2 /engines/asm
parentbbb19418e672007590c65a12aa24e1b59927b2cc (diff)
engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
Diffstat (limited to 'engines/asm')
-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