]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix syntax error for the armv4 assembler
authorOmid Najafi <onajafi@evertz.com>
Fri, 2 Aug 2019 21:40:19 +0000 (17:40 -0400)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 15 Aug 2019 12:22:16 +0000 (14:22 +0200)
commit2a17758940657cc3a97b032104a92f0aa304f863
tree30abce193551577364676778a89571451bc15d97
parentdca97d0062397005a33dd9fd24b1238ebe9e52e7
Fix syntax error for the armv4 assembler

The error was from the alignment syntax of the code.
More details:
https://stackoverflow.com/questions/57316823/arm-assembly-syntax-in-vst-vld-commands?noredirect=1#comment101133590_57316823

CLA: trivial

Fixes: #9518
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9518)
crypto/sha/asm/keccak1600-armv4.pl