NetBSD/crypto
rin 9df0660400 Define OPENSSL_NO_EC_NISTP_64_GCC_128 also for aarch64eb.
Fix ssh-keygen(1) on aarch64eb. Also, all tests in tests/crypto pass
with this change.

As martin pointed out when this macro was defined for sparc64,

http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssl/include/openssl/opensslconf.h#rev1.5

this code seems broken on LP64BE architectures.

At the moment, mips64eb is not affected since only N32 is supported as
userland. Also, we do not support powerpc64 (eb) yet. But we may need to
take care of them in future.
2020-10-19 12:46:04 +00:00
..
dist/ipsec-tools fix wrong size addition (Andrew Cagney) 2020-06-05 15:19:08 +00:00
external Define OPENSSL_NO_EC_NISTP_64_GCC_128 also for aarch64eb. 2020-10-19 12:46:04 +00:00
Makefile.openssl remove defines now defined in crypto/dso_conf.h 2020-03-22 00:54:03 +00:00
TODO