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/lib/libcrypto/arch/powerpc64 fix...



details:   https://anonhg.NetBSD.org/src/rev/d658f8a87a8c
branches:  trunk
changeset: 375352:d658f8a87a8c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 15 14:04:38 2023 +0000

description:
fix build

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc     |  2 +-
 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc |  2 +-
 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc     |  3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 5f180a1cc617 -r d658f8a87a8c crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc   Mon May 15 13:54:12 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc   Mon May 15 14:04:38 2023 +0000
@@ -1,4 +1,4 @@
 .PATH.S: ${.PARSEDIR}
-BN_SRCS = ppc.S ppc-mont.S ppc64-mont.S
+BN_SRCS = ppc.S ppc-mont.S ppc64-mont.S bn_ppc.c
 CPPFLAGS += -DOPENSSL_BN_ASM_MONT
 .include "../../bn.inc"
diff -r 5f180a1cc617 -r d658f8a87a8c crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc       Mon May 15 13:54:12 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc       Mon May 15 14:04:38 2023 +0000
@@ -1,5 +1,5 @@
 .PATH.S: ${.PARSEDIR}
 
-CHACHA_SRCS = chacha-ppc.S
+CHACHA_SRCS = chacha-ppc.S chacha_ppc.c
 
 .include "../../chacha.inc"
diff -r 5f180a1cc617 -r d658f8a87a8c crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc   Mon May 15 13:54:12 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc   Mon May 15 14:04:38 2023 +0000
@@ -1,8 +1,11 @@
 .PATH.S: ${.PARSEDIR}
 EC_SRCS += \
 ecp_nistz256-ppc64.S \
+ecp_nistp521-ppc64.S \
+ecp_ppc.c \
 x25519-ppc64.S 
 
 ECCPPFLAGS+= -DX25519_ASM
+ECNI=yes
 
 .include "../../ec.inc"



Home | Main Index | Thread Index | Old Index