Skip to content

Commit

Permalink
crypto/arm_arch.h: add a variable declaration
Browse files Browse the repository at this point in the history
Add this variable declaration to prevent
"-Werror,-Wmissing-variable-declarations" error from compiler.
This error currently only happens on clang.

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#15240)
  • Loading branch information
xffbai authored and paulidale committed May 13, 2021
1 parent da51566 commit 2bdec3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/arm_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
# ifndef __ASSEMBLER__
extern unsigned int OPENSSL_armcap_P;
extern unsigned int OPENSSL_arm_midr;
extern unsigned int OPENSSL_armv8_rsa_neonized;
# endif

# define ARMV7_NEON (1<<0)
Expand Down

0 comments on commit 2bdec3b

Please sign in to comment.