From: Ankit Das Date: Wed, 2 Feb 2022 18:08:41 +0000 (+0530) Subject: Fix SIZE_MAX not defined on z/OS etc X-Git-Tag: openssl-3.2.0-alpha1~2968 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25a0a44dc6223e515f5e91e41798cccf09c5612b;p=thirdparty%2Fopenssl.git Fix SIZE_MAX not defined on z/OS etc Fixes openssl#17629 by including internal/numbers.h which defines SIZE_MAX CLA: trivial Fixes #17629 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17632) --- diff --git a/apps/speed.c b/apps/speed.c index 89a55c4efa5..a790f280db6 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -29,6 +29,7 @@ #include #include "apps.h" #include "progs.h" +#include "internal/numbers.h" #include #include #include