projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba0d27
)
Add missing SIZE_MAX define for windows
author
Shane Lontis
<shane.lontis@oracle.com>
Fri, 9 Aug 2019 11:38:42 +0000
(21:38 +1000)
committer
Shane 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
patch
|
blob
|
history
diff --git
a/crypto/evp/exchange.c
b/crypto/evp/exchange.c
index 1c48e7f0ba1318a161df39ad0919e830f890f358..20503b5f6724fe1d3f66f327be8acfd40e7e8ffd 100644
(file)
--- 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)