mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-01 22:29:59 +01: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
|
||||
{
|
||||
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