aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-28 20:29:01 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-28 20:29:01 +0000
commit5fa6d850a25f0ff8537e733a46af3c280485dc4c (patch)
treea20049d58c7d4f4c73b23aebb9d02d6dac50edc0 /crypto/whrlpool
parent4adfe93cc5b409ee0d6b7556cae7d8dce70b61a9 (diff)
downloadopenssl-5fa6d850a25f0ff8537e733a46af3c280485dc4c.tar.gz
Remove development leftover from whrlpool/asm/wp-mmx.pl.
Diffstat (limited to 'crypto/whrlpool')
-rw-r--r--crypto/whrlpool/asm/wp-mmx.pl4
1 files changed, 2 insertions, 2 deletions
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");