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: https://git.librecmc.org/?a=commitdiff_plain;h=546ca2f4f5f7e26f7352116754e77f63804b78a6;p=oweals%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 722402528a..cad0440e5d 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