summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-07-13 06:20:30 +0000
committerAndy Polyakov <appro@openssl.org>2011-07-13 06:20:30 +0000
commit4195a369fddbc69b20895c99e3415a61f9c1a378 (patch)
tree610fe6bc3f22ac93d2a1a53f04c9f76b5011879a /crypto/perlasm
parent146e1fc7b3d4bbc6b940b939750d05c72135ae51 (diff)
perlasm/cbc.pl: fix tail processing bug.
PR: 2557
Diffstat (limited to 'crypto/perlasm')
-rw-r--r--crypto/perlasm/cbc.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/perlasm/cbc.pl b/crypto/perlasm/cbc.pl
index e43dc9ae15..6fc2510905 100644
--- a/crypto/perlasm/cbc.pl
+++ b/crypto/perlasm/cbc.pl
@@ -158,7 +158,6 @@ sub cbc
&jmp_ptr($count);
&set_label("ej7");
- &xor("edx", "edx") if $ppro; # ppro friendly
&movb(&HB("edx"), &BP(6,$in,"",0));
&shl("edx",8);
&set_label("ej6");
@@ -170,7 +169,6 @@ sub cbc
&jmp(&label("ejend"));
&set_label("ej3");
&movb(&HB("ecx"), &BP(2,$in,"",0));
- &xor("ecx", "ecx") if $ppro; # ppro friendly
&shl("ecx",8);
&set_label("ej2");
&movb(&HB("ecx"), &BP(1,$in,"",0));