The only thing that I had to change was a typo in SHA-512:

diff --git a/crypto/sha/asm/sha512-ppc.pl b/crypto/sha/asm/sha512-ppc.pl
index 0648655..d6a86c7 100755
--- a/crypto/sha/asm/sha512-ppc.pl
+++ b/crypto/sha/asm/sha512-ppc.pl
@@ -383,7 +383,7 @@ $code.=<<___ if ($SZ==8 && $LITTLE_ENDIAN);
        rlwimi  $t0,$a0,24,0,7
         rlwimi @X[$i],$a1,24,0,7
        rlwimi  $t0,$a0,24,16,23
-        rlwimi @X[$i],$a1,25,16,23
+        rlwimi @X[$i],$a1,24,16,23
        insrdi  @X[$i],$t0,32,0
 ___
        &ROUND_00_15($i,@V);

Applied, thanks.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to