]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
uefi: add typedef for uintptr_t
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 22 May 2024 08:18:52 +0000 (10:18 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 16:38:12 +0000 (18:38 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24459)

include/openssl/e_os2.h

index a4aea0bb5f665765051e73276ed9e22c5be2b58b..17f48e6bd15ec8b4ba3d46f54c903cc224ffa298 100644 (file)
@@ -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__)