]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix: ecp_nistz256-armv4.S bad arguments
authorHenry N <12493969+HenryNe@users.noreply.github.com>
Thu, 10 Sep 2020 21:55:28 +0000 (23:55 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 20 Sep 2020 12:22:15 +0000 (14:22 +0200)
commitee617d0e020d6dd28c079fa7819d009790f2d2b9
tree512a0b7fb0496c96940ac55bf46947252ea2c18a
parent8380f453ec81d9172b94a82c3592f78f1a612046
Fix: ecp_nistz256-armv4.S bad arguments

Fix this error:

crypto/ec/ecp_nistz256-armv4.S:3853: Error: bad arguments to instruction -- `orr r11,r10'
crypto/ec/ecp_nistz256-armv4.S:3854: Error: bad arguments to instruction -- `orr r11,r12'
crypto/ec/ecp_nistz256-armv4.S:3855: Error: bad arguments to instruction -- `orrs r11,r14'

CLA: trivial

Fixes #12848

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
GH: #12854
(cherry picked from commit b5f82567afa820bac55b7dd7eb9dd510c32c3ef6)
crypto/ec/asm/ecp_nistz256-armv4.pl