summaryrefslogtreecommitdiffstats
path: root/fips/aes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-04 14:34:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-04 14:34:36 +0000
commitd16765919d78a576425272adc0c3fb0b493b1198 (patch)
tree73fee1bc9b1c34bdd1ccd381b953991db2d1cd0c /fips/aes
parenta95bbadb57c08dcd0e843fd48cf11d7f68440fcb (diff)
Fix warning.
Diffstat (limited to 'fips/aes')
-rw-r--r--fips/aes/fips_gcmtest.c2
1 files changed, 1 insertions, 1 deletions
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;