From: Dr. Stephen Henson Date: Wed, 12 Oct 2011 13:06:45 +0000 (+0000) Subject: Fix warnings. X-Git-Tag: OpenSSL-fips-2_0-rc1~82 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cf61940534836ebd8d8a13bae0dd2cbd273a3d49 Fix warnings. --- diff --git a/fips/cmac/fips_cmac_selftest.c b/fips/cmac/fips_cmac_selftest.c index 8833d97227..70764dd7a1 100644 --- a/fips/cmac/fips_cmac_selftest.c +++ b/fips/cmac/fips_cmac_selftest.c @@ -115,7 +115,7 @@ int FIPS_selftest_cmac() const EVP_CIPHER *cipher; CMAC_CTX *ctx = CMAC_CTX_new(); const CMAC_KAT *t; - int subid, rv = 1; + int subid = -1, rv = 1; for(n=0,t=vector; n