Browse Source

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)
Tomas Mraz 3 years ago
parent
commit
d97f087063
2 changed files with 2 additions and 0 deletions
  1. 1 0
      crypto/ec/curve448/arch_32/f_impl32.c
  2. 1 0
      crypto/ec/curve448/arch_64/f_impl64.c

+ 1 - 0
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"
 

+ 1 - 0
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"