summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/arch
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-14 19:52:39 +0000
committerchristos <christos@NetBSD.org>2023-05-14 19:52:39 +0000
commit01a2d1b7663cc7b6b6a79061d6e823dcce830d10 (patch)
tree72e8c58508c3231dfe34ef8ca04bfc756c3a9977 /crypto/external/bsd/openssl/lib/libcrypto/arch
parent18354f2065fda954f9a2c40aa50d45a1f38330ad (diff)
make things link
Diffstat (limited to 'crypto/external/bsd/openssl/lib/libcrypto/arch')
-rw-r--r--crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc2
-rw-r--r--crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc3
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc
index f11af648435..cbc1edd5bba 100644
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc
@@ -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 --git a/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc
new file mode 100644
index 00000000000..b06797b075e
--- /dev/null
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"