aes-test: Fix compiler warnings from older versions of GCC

This commit is contained in:
Tobias Brunner
2013-12-19 11:02:23 +01:00
parent f5fd12b932
commit 7c4629060a
+1 -1
View File
@@ -167,7 +167,7 @@ static bool get_next_test_vector(test_vector_t *test)
while (fgets(line, sizeof(line), ctx.in))
{
enumerator_t *enumerator;
chunk_t value;
chunk_t value = chunk_empty;
char *token;
int i;