summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-11 11:55:11 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-11 11:55:11 +0000
commitc69ed6ea396b184fd56327b475a441081fcade8e (patch)
tree934b6a730dd5eebcf82ec3b1015f6c2ee96ada1f /crypto/ripemd/asm
parent55a08fac680d5f35096c54ef2fdc6185c314fc89 (diff)
Re-implement md32_common.h [make it simpler!] and eliminate code rendered
redundant as result.
Diffstat (limited to 'crypto/ripemd/asm')
-rw-r--r--crypto/ripemd/asm/rmd-586.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ripemd/asm/rmd-586.pl b/crypto/ripemd/asm/rmd-586.pl
index 0ab6f76bff..4f3c4c967f 100644
--- a/crypto/ripemd/asm/rmd-586.pl
+++ b/crypto/ripemd/asm/rmd-586.pl
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# Normal is the
-# ripemd160_block_asm_host_order(RIPEMD160_CTX *c, ULONG *X,int blocks);
+# ripemd160_block_asm_data_order(RIPEMD160_CTX *c, ULONG *X,int blocks);
$normal=0;
@@ -56,7 +56,7 @@ $KR3=0x7A6D76E9;
8, 5,12, 9,12, 5,14, 6, 8,13, 6, 5,15,13,11,11,
);
-&ripemd160_block("ripemd160_block_asm_host_order");
+&ripemd160_block("ripemd160_block_asm_data_order");
&asm_finish();
sub Xv