summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-07-13 06:25:15 +0000
committerAndy Polyakov <appro@openssl.org>2011-07-13 06:25:15 +0000
commitd027b75b733309b190c33f02d33095c82737e128 (patch)
tree44404f56f8daafb6591ed4c6f692e68f362ef796 /crypto
parent87421d3fc5b0079597ce666dccafb9de4015c76a (diff)
downloadopenssl-new-d027b75b733309b190c33f02d33095c82737e128.tar.gz
perlasm/cbc.pl: fix tail processing bug [from HEAD].
PR: 2557
Diffstat (limited to 'crypto')
-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));