From dc7995eeb838c6e087c6d918d220a7a5d6713cb7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 9 May 2011 21:21:29 +0000 Subject: [PATCH] Initialise rc. --- fips/cmac/fips_cmactest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/cmac/fips_cmactest.c b/fips/cmac/fips_cmactest.c index c2da660c67..bd002a22c2 100644 --- a/fips/cmac/fips_cmactest.c +++ b/fips/cmac/fips_cmactest.c @@ -477,7 +477,7 @@ static int print_cmac_ver(const EVP_CIPHER *cipher, FILE *out, unsigned char *Mac, int Maclen, int Tlen) { - int rc; + int rc = 1; size_t reslen; unsigned char res[128]; CMAC_CTX *cmac_ctx = CMAC_CTX_new(); -- GitLab