summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_dev.c
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2023-07-08 23:54:27 +0000
committerrin <rin@NetBSD.org>2023-07-08 23:54:27 +0000
commit7e198ef2756edbb6d83001f2767b3f787e3df9b7 (patch)
treedeea3ddd63ec5e10f51bb45025001a9888a038ed /sys/dev/dm/dm_dev.c
parent72291f498126dbbeb97f9e83bb05c6b14ddb522d (diff)
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)
Diffstat (limited to 'sys/dev/dm/dm_dev.c')
0 files changed, 0 insertions, 0 deletions
> 2014-08-10OpenSSL man page refresh, adding one new manpagespz 2014-06-05Merge conflicts.christos 2014-04-08merge/regenchristos 2014-01-11regenchristos 2013-02-12merge in 1.0.1echristos 2013-02-05regen!christos 2012-07-27regen for the new versionchristos 2011-06-13- fix a typo in libcrypto.plspz 2010-04-12Regen with modern pod2man and drop trailing whitespace.joerg 2010-01-24Fix some POD errors in the OpenSSL man pages. Regen them. Install somejoerg 2009-07-19- add build gluechristos