summaryrefslogtreecommitdiff
path: root/linux-arm/crypto/test/trampoline-armv4.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-arm/crypto/test/trampoline-armv4.S')
-rw-r--r--linux-arm/crypto/test/trampoline-armv4.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-arm/crypto/test/trampoline-armv4.S b/linux-arm/crypto/test/trampoline-armv4.S
index 83e8aeeb..e526e993 100644
--- a/linux-arm/crypto/test/trampoline-armv4.S
+++ b/linux-arm/crypto/test/trampoline-armv4.S
@@ -1,11 +1,12 @@
// This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
-#if defined(__has_feature)
+#if !defined(__has_feature)
+#define __has_feature(x) 0
+#endif
#if __has_feature(memory_sanitizer) && !defined(OPENSSL_NO_ASM)
#define OPENSSL_NO_ASM
#endif
-#endif
#if !defined(OPENSSL_NO_ASM)
#if defined(__arm__)