Change struct element order
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
89e31460db
commit
7f93264ab1
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ typedef enum
|
|||
|
||||
typedef struct
|
||||
{
|
||||
size_t n;
|
||||
mbedtls_mpi_uint *p;
|
||||
size_t n;
|
||||
} mbedtls_mpi_mod_residue;
|
||||
|
||||
typedef void *mbedtls_mpi_mont_struct;
|
||||
|
|
Loading…
Reference in a new issue