From d16765919d78a576425272adc0c3fb0b493b1198 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 4 May 2011 14:34:36 +0000 Subject: [PATCH] Fix warning. --- fips/aes/fips_gcmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab