X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fmodes%2Fgcm128.c;h=4038d9c3642812d2ea0cbbb09e6402c39f67b2ff;hp=261dc597a13b9bb6786fdf908c219d4ce631520e;hb=c1669e1c205dc8e695fb0c10a655f434e758b9f7;hpb=9e557ab2624d5c5e8d799c123f5e8211664d8845 diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c index 261dc597a1..4038d9c364 100644 --- a/crypto/modes/gcm128.c +++ b/crypto/modes/gcm128.c @@ -675,7 +675,7 @@ void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len # endif # elif defined(__arm__) || defined(__arm) || defined(__aarch64__) # include "arm_arch.h" -# if __ARM_ARCH__>=7 +# if __ARM_MAX_ARCH__>=7 # define GHASH_ASM_ARM # define GCM_FUNCREF_4BIT # define PMULL_CAPABLE (OPENSSL_armcap_P & ARMV8_PMULL)