forked from wolfSSL/wolfssl
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