Skip to content

Commit

Permalink
add define of maximum unsigned size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
DorLevi95 committed Aug 26, 2024
1 parent 319901f commit d17e25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpensslPkg/Library/Include/CrtLibSupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define UINT_MAX 0xFFFFFFFF /* Maximum unsigned int value */
#define ULONG_MAX 0xFFFFFFFF /* Maximum unsigned long value */
#define CHAR_BIT 8 /* Number of bits in a char */
#define SIZE_MAX 0xFFFFFFFF /* Maximum unsigned size_t */

//
// Address families.
Expand Down

0 comments on commit d17e25d

Please sign in to comment.