diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-07 16:08:04 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-07 16:08:04 +0100 |
commit | 05dc84b82bf5390bf565eda8f32d6f3e701d3b27 (patch) | |
tree | 58d1729981bc57ab2eaaf07b753b6c6a585df8df /crypto/ripemd/asm/rmd-586.pl | |
parent | Linux MIPS support. (diff) | |
download | openssl-05dc84b82bf5390bf565eda8f32d6f3e701d3b27.tar.xz openssl-05dc84b82bf5390bf565eda8f32d6f3e701d3b27.zip |
Fix DWP when only given three parameters.
Diffstat (limited to '')
-rw-r--r-- | crypto/ripemd/asm/rmd-586.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/asm/rmd-586.pl b/crypto/ripemd/asm/rmd-586.pl index 4c8098ac67..e53c5fadba 100644 --- a/crypto/ripemd/asm/rmd-586.pl +++ b/crypto/ripemd/asm/rmd-586.pl @@ -530,7 +530,7 @@ sub ripemd160_block # &mov($tmp2, &wparam(0)); # Moved into last round &mov($tmp1, &DWP( 4,$tmp2,"",0)); # ctx->B - &add($D, $tmp1); + &add($D, $tmp1); &mov($tmp1, &swtmp(1+18)); # $c &add($D, $tmp1); |