diff --git a/src/dtls.c b/src/dtls.c index da1883129..4238d55ad 100644 --- a/src/dtls.c +++ b/src/dtls.c @@ -719,6 +719,7 @@ static int SendStatelessReplyDtls13(const WOLFSSL* ssl, WolfSSL_CH* ch) "SupportedGroups."); ERROR_OUT(INCOMPLETE_DATA, dtls13_cleanup); } + /* TLSX_KeyShare_Choose is done deep inside MatchSuite_ex */ ret = MatchSuite_ex(ssl, &suites, &cs, parsedExts); if (ret < 0) { WOLFSSL_MSG("Unsupported cipher suite, ClientHello");