mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 16:45:28 +00:00
Fix minor type choice inconsistency
This commit is contained in:
parent
7846299adb
commit
bc2adf94a8
|
@ -160,7 +160,7 @@
|
||||||
static void havege_fill( mbedtls_havege_state *hs )
|
static void havege_fill( mbedtls_havege_state *hs )
|
||||||
{
|
{
|
||||||
size_t n = 0;
|
size_t n = 0;
|
||||||
unsigned i;
|
size_t i;
|
||||||
uint32_t U1, U2, *A, *B, *C, *D;
|
uint32_t U1, U2, *A, *B, *C, *D;
|
||||||
uint32_t PT1, PT2, *WALK, RES[16];
|
uint32_t PT1, PT2, *WALK, RES[16];
|
||||||
uint32_t PTX, PTY, CLK, PTEST, IN;
|
uint32_t PTX, PTY, CLK, PTEST, IN;
|
||||||
|
|
Loading…
Reference in a new issue