Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto fix pasto (noted by ...



details:   https://anonhg.NetBSD.org/src/rev/cddd8bf13f13
branches:  trunk
changeset: 934721:cddd8bf13f13
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 17 03:22:06 2020 +0000

description:
fix pasto (noted by Viktor Duchovny)

diffstat:

 crypto/external/bsd/openssl/dist/crypto/ppccap.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3d6ab1c4701f -r cddd8bf13f13 crypto/external/bsd/openssl/dist/crypto/ppccap.c
--- a/crypto/external/bsd/openssl/dist/crypto/ppccap.c  Wed Jun 17 02:40:43 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/ppccap.c  Wed Jun 17 03:22:06 2020 +0000
@@ -185,7 +185,7 @@
 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r)
 {
     OPENSSL_ppccap_P & PPC_CRYPTO207
-        ? SHA3_absorb_vsx(A, out, len, r)
+        ? SHA3_squeeze_vsx(A, out, len, r)
         : SHA3_squeeze_default(A, out, len, r);
 }
 



Home | Main Index | Thread Index | Old Index