Skip to content

Commit aacfbe6

Browse files
poloaegis83mergify[bot]
authored andcommitted
CryptoPkg : Added CRT defined for big number support for Mbedtls.
defined ULLONG_MAX in CrtLibSupport header file. Signed-off-by: Longhaox Lee <[email protected]>
1 parent af9cc80 commit aacfbe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CryptoPkg/Library/Include/CrtLibSupport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ strpbrk (
475475
#define UINT64_MAX 0xFFFFFFFFFFFFFFFFUL
476476
#endif
477477

478+
#ifndef ULLONG_MAX
479+
#define ULLONG_MAX 0xFFFFFFFFFFFFFFFFUL
480+
#endif
481+
478482
#undef UINTPTR_MAX
479483
#if (UINT_MAX > 0xFFFFFFFFUL)
480484
#define UINTPTR_MAX 0xFFFFFFFFFFFFFFFFUL

0 commit comments

Comments
 (0)