From 5c48e74c7fd9a571970d92c7619f1fa20a19fa23 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Mon, 15 Nov 2021 15:25:38 -0500 Subject: [PATCH] 0xFF --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;