Add missing SIZE_MAX define for windows
authorShane Lontis <shane.lontis@oracle.com>
Fri, 9 Aug 2019 11:38:42 +0000 (21:38 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 9 Aug 2019 11:38:42 +0000 (21:38 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9559)

crypto/evp/exchange.c

index 1c48e7f0ba1318a161df39ad0919e830f890f358..20503b5f6724fe1d3f66f327be8acfd40e7e8ffd 100644 (file)
@@ -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)