From: Andy Polyakov Date: Mon, 28 Nov 2005 20:29:01 +0000 (+0000) Subject: Remove development leftover from whrlpool/asm/wp-mmx.pl. X-Git-Tag: OpenSSL_0_9_8k^2~1687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fa6d850a25f0ff8537e733a46af3c280485dc4c;p=openssl Remove development leftover from whrlpool/asm/wp-mmx.pl. --- diff --git a/crypto/whrlpool/asm/wp-mmx.pl b/crypto/whrlpool/asm/wp-mmx.pl index 7f49c778e8..60bae63554 100644 --- a/crypto/whrlpool/asm/wp-mmx.pl +++ b/crypto/whrlpool/asm/wp-mmx.pl @@ -45,7 +45,7 @@ # non-MMX implementation would actually pay off, but till # opposite is proved "unlikely" is assumed. -push(@INC,"../CVS/HEAD/openssl/crypto/perlasm","../../perlasm"); +push(@INC,"../../perlasm"); require "x86asm.pl"; &asm_init($ARGV[0],"wp-mmx.pl"); @@ -99,7 +99,7 @@ $tbl="ebp"; &call (&label("pic_point")); &set_label("pic_point"); &blindpop($tbl); - &lea ($tbl,&DWP(&label("table")."-".&label("pic_point"),$tbl)); + &lea ($tbl,&DWP(&label("table")."-".&label("pic_point"),$tbl)); &xor ("ecx","ecx"); &xor ("edx","edx");