1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2022-08-12 15:36:56 +02:00
parent d41f627650
commit 89e31460db
5 changed files with 23 additions and 20 deletions

View File

@ -49,8 +49,8 @@ typedef struct
mbedtls_mpi_uint *p;
} mbedtls_mpi_mod_residue;
typedef void* mbedtls_mpi_mont_struct;
typedef void* mbedtls_mpi_opt_red_struct;
typedef void *mbedtls_mpi_mont_struct;
typedef void *mbedtls_mpi_opt_red_struct;
typedef struct {
mbedtls_mpi_uint *p;