Change MBEDTLS_MPI_UINT_MAX suffix
Co-authored-by: Gilles Peskine <gilles.peskine@arm.com> Signed-off-by: Agathiyan Bragadeesh <48658345+AgathiyanB@users.noreply.github.com>
This commit is contained in:
parent
5058a5b5ad
commit
900e20d3a2
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
#endif /* !MBEDTLS_HAVE_INT64 */
|
||||
typedef int64_t mbedtls_mpi_sint;
|
||||
typedef uint64_t mbedtls_mpi_uint;
|
||||
#define MBEDTLS_MPI_UINT_MAX 18446744073709551615UL
|
||||
#define MBEDTLS_MPI_UINT_MAX 18446744073709551615U
|
||||
#elif defined(__GNUC__) && ( \
|
||||
defined(__amd64__) || defined(__x86_64__) || \
|
||||
defined(__ppc64__) || defined(__powerpc64__) || \
|
||||
|
|
Loading…
Reference in a new issue