From 5aceae1d1c18aec8e9932a3ef8b42de4e6d4a504 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Wed, 17 May 2023 01:05:14 -0500 Subject: [PATCH] src/internal.c: fix for typo (identicalInnerCondition) in DoClientHello(). --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 1af47563f..0ae62429f 100644 --- a/src/internal.c +++ b/src/internal.c @@ -33326,7 +33326,6 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx, ret = DoClientHelloStateless(ssl, input, inOutIdx, helloSz); if (ret != 0 || !ssl->options.dtlsStateful) { int alertType = TranslateErrorToAlert(ret); - if (alertType != invalid_alert) if (alertType != invalid_alert) { int err;