From: Dr. Stephen Henson Date: Wed, 4 May 2011 14:34:36 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL-fips-2_0-rc1~476 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d16765919d78a576425272adc0c3fb0b493b1198;p=oweals%2Fopenssl.git Fix warning. --- diff --git a/fips/aes/fips_gcmtest.c b/fips/aes/fips_gcmtest.c index 772783e8a5..bfb6c2700c 100644 --- a/fips/aes/fips_gcmtest.c +++ b/fips/aes/fips_gcmtest.c @@ -268,7 +268,7 @@ static void xtstest(FILE *in, FILE *out) char buf[204800]; char lbuf[204800]; char *keyword, *value; - int inlen; + int inlen = 0; int encrypt = 0; int rv; long l;