From 1912c5d811f053e7cba6d30098abf4c52954a94c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Sep 2015 14:03:54 +0200 Subject: [PATCH] Win32 build fix: include internal/numbers.h to get UIN32_MAX Reviewed-by: Rich Salz --- crypto/x509v3/v3_purp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index 13c512050b..b03c323dfc 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -59,6 +59,7 @@ #include #include "internal/cryptlib.h" +#include "internal/numbers.h" #include #include -- 2.34.1