Initialise rc.
This commit is contained in:
parent
a2f9200fba
commit
dc7995eeb8
@ -477,7 +477,7 @@ static int print_cmac_ver(const EVP_CIPHER *cipher, FILE *out,
|
|||||||
unsigned char *Mac, int Maclen,
|
unsigned char *Mac, int Maclen,
|
||||||
int Tlen)
|
int Tlen)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc = 1;
|
||||||
size_t reslen;
|
size_t reslen;
|
||||||
unsigned char res[128];
|
unsigned char res[128];
|
||||||
CMAC_CTX *cmac_ctx = CMAC_CTX_new();
|
CMAC_CTX *cmac_ctx = CMAC_CTX_new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user