History log of /openbsd-current/lib/libcrypto/sha/asm/sha256-armv4.pl
Revision Date Author Comments
# 1.2 07-Jan-2018 kettenis

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@


# 1.1 01-Oct-2010 djm

branches: 1.1.1;
Initial revision