Remove development leftover from whrlpool/asm/wp-mmx.pl.
authorAndy Polyakov <appro@openssl.org>
Mon, 28 Nov 2005 20:29:01 +0000 (20:29 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 28 Nov 2005 20:29:01 +0000 (20:29 +0000)
crypto/whrlpool/asm/wp-mmx.pl

index 7f49c778e80a10badfe8f4aff04f0bf4de35d643..60bae63554e6e45b4146432f9e9ef90c1b603302 100644 (file)
@@ -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");