From: Richard Levitte Date: Wed, 27 Feb 2019 08:53:17 +0000 (+0100) Subject: The use of the likes of UINT32_MAX requires internal/numbers.h X-Git-Tag: openssl-3.0.0-alpha1~2469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546ca2f4f5f7e26f7352116754e77f63804b78a6;p=thirdparty%2Fopenssl.git The use of the likes of UINT32_MAX requires internal/numbers.h Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8354) --- diff --git a/crypto/evp/pbe_scrypt.c b/crypto/evp/pbe_scrypt.c index 722402528a8..cad0440e5d9 100644 --- a/crypto/evp/pbe_scrypt.c +++ b/crypto/evp/pbe_scrypt.c @@ -10,6 +10,7 @@ #include #include #include +#include "internal/numbers.h" #ifndef OPENSSL_NO_SCRYPT