NetBSD/crypto
rin a073fa53ad Sprinkle OPENSSL_NO_EC_NISTP_64_GCC_128 for aarch64eb.
Otherwise, the following tests fail with wrong results:

- crypto/libcrypto/t_ciphers:evp
- crypto/libcrypto/t_pubkey:ec

Official document says ec_nistp_64_gcc_128 does not support big endian:
https://github.com/openssl/openssl/blob/master/INSTALL.md#enable-ec_nistp_64_gcc_128
Thanks @a_rin for pointing this out on Twitter!

Note that an equivalent hack was present in openssl.old for aarch64eb,
alpha, and sparc64. But:

- alpha received upstream fix (PR lib/55701)
- sparc64 has been fixed differently (PR port-sparc64/57472)
2023-07-08 23:54:27 +00:00
..
dist/ipsec-tools Deal with OpenSSL-3.x 2023-05-09 02:31:02 +00:00
external Sprinkle OPENSSL_NO_EC_NISTP_64_GCC_128 for aarch64eb. 2023-07-08 23:54:27 +00:00
Makefile.openssl openssl: CWARNFLAGS, not COPTS, for -Wno-error=... 2023-05-25 19:12:51 +00:00
TODO