initialize return variable

This commit is contained in:
John Safranek
2013-08-23 10:20:39 -07:00
parent 0002ba4ee8
commit 33a7a7f762

View File

@ -7509,7 +7509,7 @@ static void PickHashSigAlgo(CYASSL* ssl,
#ifdef HAVE_ECC
/* ecdsa */
if (sigAlgo == ecc_dsa_sa_algo) {
int verify = 0, ret;
int verify = 0, ret = 0;
#ifndef NO_OLD_TLS
byte* digest = &hash[MD5_DIGEST_SIZE];
word32 digestSz = SHA_DIGEST_SIZE;