diff --git a/src/internal.c b/src/internal.c index 88ebce641..b39c065e2 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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;