int -> size_t

This commit is contained in:
Frank Denis 2017-09-17 23:13:27 +02:00
parent 9c53da4a6d
commit f244f658d6

View File

@ -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);