diff options
Diffstat (limited to 'src/lib/libcrypto/modes/gcm128.c')
-rw-r--r-- | src/lib/libcrypto/modes/gcm128.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/modes/gcm128.c b/src/lib/libcrypto/modes/gcm128.c index 42291519bc..74362e6adc 100644 --- a/src/lib/libcrypto/modes/gcm128.c +++ b/src/lib/libcrypto/modes/gcm128.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gcm128.c,v 1.21 2017/12/09 07:16:51 deraadt Exp $ */ | 1 | /* $OpenBSD: gcm128.c,v 1.22 2018/01/24 23:03:37 kettenis Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2010 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2010 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -661,7 +661,7 @@ void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len | |||
661 | # endif | 661 | # endif |
662 | # elif defined(__arm__) || defined(__arm) | 662 | # elif defined(__arm__) || defined(__arm) |
663 | # include "arm_arch.h" | 663 | # include "arm_arch.h" |
664 | # if __ARM_ARCH__>=7 | 664 | # if __ARM_ARCH__>=7 && !defined(__STRICT_ALIGNMENT) |
665 | # define GHASH_ASM_ARM | 665 | # define GHASH_ASM_ARM |
666 | # define GCM_FUNCREF_4BIT | 666 | # define GCM_FUNCREF_4BIT |
667 | void gcm_gmult_neon(u64 Xi[2],const u128 Htable[16]); | 667 | void gcm_gmult_neon(u64 Xi[2],const u128 Htable[16]); |