diff options
author | 2018-01-07 12:35:52 +0000 | |
---|---|---|
committer | 2018-01-07 12:35:52 +0000 | |
commit | 404fe9f236d7a657e87bf80c27852df3619bb656 (patch) | |
tree | a3dbf884ba8f9153befbb069316ec885d15f4344 /lib/libc/stdlib/malloc.c | |
parent | Remove unused extern variable in openssl(1) s_time (diff) | |
download | wireguard-openbsd-404fe9f236d7a657e87bf80c27852df3619bb656.tar.xz wireguard-openbsd-404fe9f236d7a657e87bf80c27852df3619bb656.zip |
On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately
the assembly code in libcrypto assumes unaligned access is allowed for
ARMv7. Make these paths conditional on __STRICT_ALIGNMENT not being
defined and define __STRICT_ALIGNMENT in arm_arch.h for OpenBSD.
ok tom@
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions