]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ripemd/asm/rmd-586.pl
Fix DWP when only given three parameters.
[thirdparty/openssl.git] / crypto / ripemd / asm / rmd-586.pl
index 4c8098ac6727087d56941c84392e16c7ed4aa130..e53c5fadba71a8d0ceb70ca4bd649f051dbcff9a 100644 (file)
@@ -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);