mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-10 15:40:30 +00:00
Change struct element order
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
89e31460db
commit
7f93264ab1
@ -45,8 +45,8 @@ typedef enum
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
size_t n;
|
|
||||||
mbedtls_mpi_uint *p;
|
mbedtls_mpi_uint *p;
|
||||||
|
size_t n;
|
||||||
} mbedtls_mpi_mod_residue;
|
} mbedtls_mpi_mod_residue;
|
||||||
|
|
||||||
typedef void *mbedtls_mpi_mont_struct;
|
typedef void *mbedtls_mpi_mont_struct;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user