Commit dc7995ee authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Initialise rc.

parent a2f9200f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();