[openssl] master update

shane.lontis at oracle.com shane.lontis at oracle.com
Fri Aug 9 11:40:07 UTC 2019


The branch master has been updated
       via  ac5a61caf87652733545e9c2a9219e5986b6a35a (commit)
      from  bba0d270a6449910ee089a612b19eac3c3bab55e (commit)


- Log -----------------------------------------------------------------
commit ac5a61caf87652733545e9c2a9219e5986b6a35a
Author: Shane Lontis <shane.lontis at oracle.com>
Date:   Fri Aug 9 21:38:42 2019 +1000

    Add missing SIZE_MAX define for windows
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9559)

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

Summary of changes:
 crypto/evp/exchange.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/evp/exchange.c b/crypto/evp/exchange.c
index 1c48e7f0ba..20503b5f67 100644
--- a/crypto/evp/exchange.c
+++ b/crypto/evp/exchange.c
@@ -13,6 +13,7 @@
 #include "internal/refcount.h"
 #include "internal/evp_int.h"
 #include "internal/provider.h"
+#include "internal/numbers.h"   /* includes SIZE_MAX */
 #include "evp_locl.h"
 
 static EVP_KEYEXCH *evp_keyexch_new(OSSL_PROVIDER *prov)


More information about the openssl-commits mailing list