summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha/asm/sha512-armv4.pl
AgeCommit message (Collapse)Author
2018-01-24Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingMark Kettenis
defined as they rely on unaligned access. ok joel@
2018-01-07On OpenBSD/armv7 we deliberately trap unaligned access. UnfortunatelyMark Kettenis
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@
2010-10-01import OpenSSL-1.0.0aDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2011-11-03import OpenSSL 1.0.0eDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller