summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/asm/sha256-armv4.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-071-2/+2
| | | | | | | | 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@
* import OpenSSL-1.0.1cdjm2012-10-131-15/+40
|
* import OpenSSL 1.0.0edjm2011-11-031-14/+19
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+181