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.4.0-alpha1~503 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b33501a74ec2db4e54ddcd751dd42ded32bfd5b;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) --- diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index a4aea0bb5f6..17f48e6bd15 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -229,6 +229,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__)