From 06d72c2c64ecad9b36a0bf26139320e569bd05e3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 18 Jan 2018 13:27:45 +0000 Subject: [PATCH 1/1] Fix a typo in a comment Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/arch_32/arch_intrinsics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/curve448/arch_32/arch_intrinsics.h b/crypto/ec/curve448/arch_32/arch_intrinsics.h index f408591aef..af574cb0a9 100644 --- a/crypto/ec/curve448/arch_32/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_32/arch_intrinsics.h @@ -26,4 +26,4 @@ static ossl_inline uint64_t widemul(uint32_t a, uint32_t b) return ((uint64_t)a) * b; } -#endif /* __ARCH_ARM_32_ARCH_INTRINSICS_H__ */ +#endif /* __ARCH_ARCH_32_ARCH_INTRINSICS_H__ */ -- 2.34.1