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/hppa make thi...



details:   https://anonhg.NetBSD.org/src/rev/68f302d4ca7d
branches:  trunk
changeset: 375318:68f302d4ca7d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 14 19:52:39 2023 +0000

description:
make things link

diffstat:

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

diffs (16 lines):

diff -r 6e78dde5d142 -r 68f302d4ca7d crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc    Sun May 14 19:01:34 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc    Sun May 14 19:52:39 2023 +0000
@@ -1,3 +1,5 @@
 
 #CRYPTO_SRCS += libc-memequal.c
+COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS       # no atomic 64 bit ops
+
 .include "../../crypto.inc"
diff -r 6e78dde5d142 -r 68f302d4ca7d crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc        Sun May 14 19:52:39 2023 +0000
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"



Home | Main Index | Thread Index | Old Index