summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-08-09 21:38:42 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-08-09 21:38:42 +1000
commitac5a61caf87652733545e9c2a9219e5986b6a35a (patch)
tree8e21ba3096cc9a682a6a0c9c4d2e56cfcf0e7926 /crypto
parentbba0d270a6449910ee089a612b19eac3c3bab55e (diff)
Add missing SIZE_MAX define for windows
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9559)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/exchange.c1
1 files changed, 1 insertions, 0 deletions
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)