aes-test: Fix compiler warnings from older versions of GCC
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ static bool get_next_test_vector(test_vector_t *test)
|
|||||||
while (fgets(line, sizeof(line), ctx.in))
|
while (fgets(line, sizeof(line), ctx.in))
|
||||||
{
|
{
|
||||||
enumerator_t *enumerator;
|
enumerator_t *enumerator;
|
||||||
chunk_t value;
|
chunk_t value = chunk_empty;
|
||||||
char *token;
|
char *token;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user