diff options
Diffstat (limited to 'src/libcryptobox/chacha20/chacha.c')
-rw-r--r-- | src/libcryptobox/chacha20/chacha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/chacha20/chacha.c b/src/libcryptobox/chacha20/chacha.c index 0b471c80a..3dda743a0 100644 --- a/src/libcryptobox/chacha20/chacha.c +++ b/src/libcryptobox/chacha20/chacha.c @@ -94,7 +94,7 @@ chacha_is_aligned(const void *p) const char * chacha_load(void) { - guint i; + unsigned int i; if (cpu_config != 0) { for (i = 0; i < G_N_ELEMENTS(chacha_list); i++) { |