From: Andy Polyakov Date: Wed, 13 Jul 2011 06:25:15 +0000 (+0000) Subject: perlasm/cbc.pl: fix tail processing bug [from HEAD]. X-Git-Tag: OpenSSL_0_9_8s~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d027b75b733309b190c33f02d33095c82737e128;p=oweals%2Fopenssl.git perlasm/cbc.pl: fix tail processing bug [from HEAD]. PR: 2557 --- 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));