diff options
| author | christos <christos@NetBSD.org> | 2023-05-18 00:27:08 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-05-18 00:27:08 +0000 |
| commit | 2ae4ef87807f1152c705c42cca385b015d57b6df (patch) | |
| tree | 797709e5468fdfd70a2841c2a1c1d246e360abe0 /crypto | |
| parent | b61224073c8fbf9abc8164df123af533f68c947f (diff) | |
fix riscv32
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc | 4 | ||||
| -rw-r--r-- | crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc b/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc new file mode 100644 index 00000000000..2cefe2cb94a --- /dev/null +++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc @@ -0,0 +1,4 @@ + +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/riscv32/ec.inc b/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc new file mode 100644 index 00000000000..b06797b075e --- /dev/null +++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc @@ -0,0 +1,3 @@ +ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128 + +.include "../../ec.inc" |
