diff options
Diffstat (limited to 'src/regress/lib/libcrypto/chacha/chachatest.c')
| -rw-r--r-- | src/regress/lib/libcrypto/chacha/chachatest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/chacha/chachatest.c b/src/regress/lib/libcrypto/chacha/chachatest.c index ff67fbf59a..aa10939d7e 100644 --- a/src/regress/lib/libcrypto/chacha/chachatest.c +++ b/src/regress/lib/libcrypto/chacha/chachatest.c | |||
| @@ -227,7 +227,7 @@ main(int argc, char **argv) | |||
| 227 | { | 227 | { |
| 228 | struct chacha_tv *tv; | 228 | struct chacha_tv *tv; |
| 229 | unsigned char *in, *out; | 229 | unsigned char *in, *out; |
| 230 | int i, j; | 230 | size_t i, j; |
| 231 | 231 | ||
| 232 | for (i = 0; i < N_VECTORS; i++) { | 232 | for (i = 0; i < N_VECTORS; i++) { |
| 233 | tv = &chacha_test_vectors[i]; | 233 | tv = &chacha_test_vectors[i]; |
