summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/asm/rmd-586.pl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-07 15:08:04 +0000
committerBen Laurie <ben@openssl.org>1999-03-07 15:08:04 +0000
commit05dc84b82bf5390bf565eda8f32d6f3e701d3b27 (patch)
tree58d1729981bc57ab2eaaf07b753b6c6a585df8df /crypto/ripemd/asm/rmd-586.pl
parent7d3ce7ba371aa6df39ec5501282dd6e11b70bbbd (diff)
Fix DWP when only given three parameters.
Diffstat (limited to 'crypto/ripemd/asm/rmd-586.pl')
-rw-r--r--crypto/ripemd/asm/rmd-586.pl2
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);