From: Gerd Hoffmann Date: Wed, 22 May 2024 08:18:52 +0000 (+0200) Subject: uefi: add typedef for uintptr_t X-Git-Tag: openssl-3.3.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab6b8b6cccb3a4b2404df3f88bf5ef8444bb4e6;p=thirdparty%2Fopenssl.git uefi: add typedef for uintptr_t Signed-off-by: Gerd Hoffmann Reviewed-by: Matt Caswell Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24459) (cherry picked from commit 7b33501a74ec2db4e54ddcd751dd42ded32bfd5b) --- diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index e01f62751da..9c1e6a25359 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -228,6 +228,7 @@ typedef INT32 int32_t; typedef UINT32 uint32_t; typedef INT64 int64_t; typedef UINT64 uint64_t; +typedef UINTN uintptr_t; # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \ defined(__osf__) || defined(__sgi) || defined(__hpux) || \ defined(OPENSSL_SYS_VMS) || defined (__OpenBSD__)