mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-28 12:47:13 +09:00
int -> size_t
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user