crypto/arm_arch.h: add a variable declaration
authorXiaofei Bai <xiaofei.bai@arm.com>
Tue, 11 May 2021 09:37:22 +0000 (09:37 +0000)
committerPauli <pauli@openssl.org>
Thu, 13 May 2021 14:03:30 +0000 (00:03 +1000)
commit2bdec3b037264540014120a02217fc67bf355f11
tree488594b72a5d162ffc684359529f56c9458ff546
parentda51566b256e0c0536d5b986e676863b0526bf5e
crypto/arm_arch.h: add a variable declaration

Add this variable declaration to prevent
"-Werror,-Wmissing-variable-declarations" error from compiler.
This error currently only happens on clang.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15240)
crypto/arm_arch.h