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 fix ppc, sh3



details:   https://anonhg.NetBSD.org/src/rev/90a8ec54abcf
branches:  trunk
changeset: 375358:90a8ec54abcf
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 15 16:12:03 2023 +0000

description:
fix ppc, sh3

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc |  3 +++
 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc |  3 ++-
 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc     |  3 +++
 3 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 5d0ea5b656b3 -r 90a8ec54abcf crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc     Mon May 15 16:12:03 2023 +0000
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"
diff -r 5d0ea5b656b3 -r 90a8ec54abcf crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc     Mon May 15 15:04:48 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc     Mon May 15 16:12:03 2023 +0000
@@ -1,3 +1,4 @@
 
-#CRYPTO_SRCS += libc-memequal.c
+COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS       # no atomic 64 bit ops
+
 .include "../../crypto.inc"
diff -r 5d0ea5b656b3 -r 90a8ec54abcf crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc Mon May 15 16:12:03 2023 +0000
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"



Home | Main Index | Thread Index | Old Index