summaryrefslogtreecommitdiffstats
path: root/crypto/armcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/armcap.c')
-rw-r--r--crypto/armcap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/armcap.c b/crypto/armcap.c
index 03bc659bdb..f61579ac04 100644
--- a/crypto/armcap.c
+++ b/crypto/armcap.c
@@ -25,7 +25,9 @@
#endif
#include "arm_arch.h"
+#ifdef __aarch64__
unsigned int OPENSSL_armcap_P = 0;
+#endif
unsigned int OPENSSL_arm_midr = 0;
unsigned int OPENSSL_armv8_rsa_neonized = 0;