[openssl] master update

Matt Caswell matt at openssl.org
Thu Apr 22 13:27:33 UTC 2021


The branch master has been updated
       via  d97f08706314a0b7e8ea5f2be6bceccd39e1dfd4 (commit)
      from  cd28d129b6a5b84ac40b4a3f8060a6f764aa02b4 (commit)


- Log -----------------------------------------------------------------
commit d97f08706314a0b7e8ea5f2be6bceccd39e1dfd4
Author: Tomas Mraz <tomas at openssl.org>
Date:   Thu Apr 22 14:12:45 2021 +0200

    Fix build failure with MSVC
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14983)

-----------------------------------------------------------------------

Summary of changes:
 crypto/ec/curve448/arch_32/f_impl32.c | 1 +
 crypto/ec/curve448/arch_64/f_impl64.c | 1 +
 2 files changed, 2 insertions(+)

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"
 


More information about the openssl-commits mailing list