This commit is contained in:
Anthony Hu 2021-11-15 15:25:38 -05:00
parent 0ae0b31509
commit 5c48e74c7f

View File

@ -24450,7 +24450,7 @@ static int DoServerKeyExchange(WOLFSSL* ssl, const byte* input,
#else
enum wc_HashType hashType;
word16 verifySz;
byte sigAlgo = 0;
byte sigAlgo = 0xFF;
if (ssl->options.usingAnon_cipher) {
break;