mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
initialize return variable
This commit is contained in:
@@ -7509,7 +7509,7 @@ static void PickHashSigAlgo(CYASSL* ssl,
|
|||||||
#ifdef HAVE_ECC
|
#ifdef HAVE_ECC
|
||||||
/* ecdsa */
|
/* ecdsa */
|
||||||
if (sigAlgo == ecc_dsa_sa_algo) {
|
if (sigAlgo == ecc_dsa_sa_algo) {
|
||||||
int verify = 0, ret;
|
int verify = 0, ret = 0;
|
||||||
#ifndef NO_OLD_TLS
|
#ifndef NO_OLD_TLS
|
||||||
byte* digest = &hash[MD5_DIGEST_SIZE];
|
byte* digest = &hash[MD5_DIGEST_SIZE];
|
||||||
word32 digestSz = SHA_DIGEST_SIZE;
|
word32 digestSz = SHA_DIGEST_SIZE;
|
||||||
|
Reference in New Issue
Block a user