diff options
Diffstat (limited to 'src/lib/libcrypto/sha/asm/sha512-armv4.pl')
-rw-r--r-- | src/lib/libcrypto/sha/asm/sha512-armv4.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha512-armv4.pl b/src/lib/libcrypto/sha/asm/sha512-armv4.pl index 28ae155f4b..a247a00c2b 100644 --- a/src/lib/libcrypto/sha/asm/sha512-armv4.pl +++ b/src/lib/libcrypto/sha/asm/sha512-armv4.pl | |||
@@ -229,7 +229,7 @@ WORD64(0x5fcb6fab,0x3ad6faec, 0x6c44198c,0x4a475817) | |||
229 | sha512_block_data_order: | 229 | sha512_block_data_order: |
230 | sub r3,pc,#8 @ sha512_block_data_order | 230 | sub r3,pc,#8 @ sha512_block_data_order |
231 | add $len,$inp,$len,lsl#7 @ len to point at the end of inp | 231 | add $len,$inp,$len,lsl#7 @ len to point at the end of inp |
232 | #if __ARM_ARCH__>=7 | 232 | #if __ARM_ARCH__>=7 && !defined(__STRICT_ALIGNMENT) |
233 | ldr r12,.LOPENSSL_armcap | 233 | ldr r12,.LOPENSSL_armcap |
234 | ldr r12,[r3,r12] @ OPENSSL_armcap_P | 234 | ldr r12,[r3,r12] @ OPENSSL_armcap_P |
235 | tst r12,#1 | 235 | tst r12,#1 |
@@ -533,7 +533,7 @@ ___ | |||
533 | } | 533 | } |
534 | 534 | ||
535 | $code.=<<___; | 535 | $code.=<<___; |
536 | #if __ARM_ARCH__>=7 | 536 | #if __ARM_ARCH__>=7 && !defined(__STRICT_ALIGNMENT) |
537 | .fpu neon | 537 | .fpu neon |
538 | 538 | ||
539 | .align 4 | 539 | .align 4 |