mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
src/internal.c: fix for typo (identicalInnerCondition) in DoClientHello().
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user