int -> size_t
This commit is contained in:
parent
9c53da4a6d
commit
f244f658d6
@ -218,7 +218,7 @@ tv_secretbox_xchacha20poly1305(void)
|
||||
unsigned char *out2;
|
||||
size_t m_len;
|
||||
size_t n;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
key = (unsigned char *) sodium_malloc
|
||||
(crypto_secretbox_xchacha20poly1305_KEYBYTES);
|
||||
|
Loading…
Reference in New Issue
Block a user