diff options
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/poly1305/poly1305_arm_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/poly1305/poly1305_arm_asm.S b/src/crypto/poly1305/poly1305_arm_asm.S index 9d87413..e16f83b 100644 --- a/src/crypto/poly1305/poly1305_arm_asm.S +++ b/src/crypto/poly1305/poly1305_arm_asm.S @@ -160,7 +160,7 @@ openssl_poly1305_neon2_blocks: vpush {q4,q5,q6,q7} mov r12,sp sub sp,sp,#192 -and sp,sp,#0xffffffe0 +bic sp,sp,#31 # qhasm: len = input_3 # asm 1: mov >len=int32#4,<input_3=int32#4 |