]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
aes-test: Fix compiler warnings from older versions of GCC
authorTobias Brunner <tobias@strongswan.org>
Thu, 19 Dec 2013 10:02:23 +0000 (11:02 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 19 Dec 2013 10:02:23 +0000 (11:02 +0100)
scripts/aes-test.c

index ddf4a5dedd973637dd3c0b7a95fc171531f0a2a4..f326b7ee1205fded3483d366bbd93efc3710e1fc 100644 (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;