mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 20:25:28 +01:00
Fix for MPI divide on MSVC
Resolves multiple platform issues when building bignum.c with Microsoft Visual Studio.
This commit is contained in:
parent
1285ab5dc2
commit
9803d07a63
2 changed files with 8 additions and 6 deletions
|
|
@ -122,6 +122,7 @@
|
|||
#define MBEDTLS_HAVE_INT64
|
||||
typedef int64_t mbedtls_mpi_sint;
|
||||
typedef uint64_t mbedtls_mpi_uint;
|
||||
/* mbedtls_t_udbl defined as 128-bit unsigned int */
|
||||
typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI)));
|
||||
#define MBEDTLS_HAVE_UDBL
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue