From: Tobias Brunner Date: Thu, 19 Dec 2013 10:02:23 +0000 (+0100) Subject: aes-test: Fix compiler warnings from older versions of GCC X-Git-Tag: 5.1.2dr3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4629060ab09435426f808cf1994ea64248c07a;p=thirdparty%2Fstrongswan.git aes-test: Fix compiler warnings from older versions of GCC --- diff --git a/scripts/aes-test.c b/scripts/aes-test.c index ddf4a5dedd..f326b7ee12 100644 --- a/scripts/aes-test.c +++ b/scripts/aes-test.c @@ -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;