aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-22 14:12:45 +0200
committerMatt Caswell <matt@openssl.org>2021-04-22 14:24:44 +0100
commitd97f08706314a0b7e8ea5f2be6bceccd39e1dfd4 (patch)
treea9e752f71edad6f5c5a0a4040f013b0fc52f2ab8 /crypto/ec/curve448
parentcd28d129b6a5b84ac40b4a3f8060a6f764aa02b4 (diff)
downloadopenssl-d97f08706314a0b7e8ea5f2be6bceccd39e1dfd4.tar.gz
Fix build failure with MSVC
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14983)
Diffstat (limited to 'crypto/ec/curve448')
-rw-r--r--crypto/ec/curve448/arch_32/f_impl32.c1
-rw-r--r--crypto/ec/curve448/arch_64/f_impl64.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/curve448/arch_32/f_impl32.c b/crypto/ec/curve448/arch_32/f_impl32.c
index 812c06d84a..507b185f64 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 bdafc0de92..764d911dfb 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"