From: Tomas Mraz Date: Thu, 22 Apr 2021 12:12:45 +0000 (+0200) Subject: Fix build failure with MSVC X-Git-Tag: openssl-3.0.0-alpha15~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97f08706314a0b7e8ea5f2be6bceccd39e1dfd4;p=thirdparty%2Fopenssl.git Fix build failure with MSVC Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/14983) --- diff --git a/crypto/ec/curve448/arch_32/f_impl32.c b/crypto/ec/curve448/arch_32/f_impl32.c index 812c06d84ae..507b185f64e 100644 --- a/crypto/ec/curve448/arch_32/f_impl32.c +++ b/crypto/ec/curve448/arch_32/f_impl32.c @@ -10,6 +10,7 @@ * Originally written by Mike Hamburg */ +#include "e_os.h" #include "openssl/macros.h" #include "internal/numbers.h" diff --git a/crypto/ec/curve448/arch_64/f_impl64.c b/crypto/ec/curve448/arch_64/f_impl64.c index bdafc0de925..764d911dfb1 100644 --- a/crypto/ec/curve448/arch_64/f_impl64.c +++ b/crypto/ec/curve448/arch_64/f_impl64.c @@ -10,6 +10,7 @@ * Originally written by Mike Hamburg */ +#include "e_os.h" #include "openssl/macros.h" #include "internal/numbers.h"