]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix build failure with MSVC
authorTomas Mraz <tomas@openssl.org>
Thu, 22 Apr 2021 12:12:45 +0000 (14:12 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Apr 2021 13:24:44 +0000 (14:24 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14983)

crypto/ec/curve448/arch_32/f_impl32.c
crypto/ec/curve448/arch_64/f_impl64.c

index 812c06d84aea625be22eec2663f925c31df4d39a..507b185f64e68c6150c7e75c63958d9a753323ed 100644 (file)
@@ -10,6 +10,7 @@
  * Originally written by Mike Hamburg
  */
 
+#include "e_os.h"
 #include "openssl/macros.h"
 #include "internal/numbers.h"
 
index bdafc0de925541c301aa83beb0d56ff04f1ac13e..764d911dfb1d55d087e68c505e83448af5ec018c 100644 (file)
@@ -10,6 +10,7 @@
  * Originally written by Mike Hamburg
  */
 
+#include "e_os.h"
 #include "openssl/macros.h"
 #include "internal/numbers.h"