openssl.old: Remove OPENSSL_NO_EC_NISTP_64_GCC_128 hack for alpha.
Unaligned memory access reported in PR lib/55701 has been fixed by
upstream commit:
77286fe3ec
Actually, kernel no longer complains with machdep.unaligned_print=1,
for sshd(8), ssh(1), and full ATF run.
This commit is contained in:
parent
74b51585a8
commit
d7e7ca4752
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
* This seems broken on big-endian or strictly-aligned architectures.
|
||||
*/
|
||||
#if !defined(_LP64) || \
|
||||
defined(__AARCH64EB__) || defined(__alpha__) || defined(__sparc64__)
|
||||
defined(__AARCH64EB__) || defined(__sparc64__)
|
||||
# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
|
||||
# define OPENSSL_NO_EC_NISTP_64_GCC_128
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue