mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 13:44:41 +02:00
Fix asynchronous DTLS issue
This commit is contained in:
committed by
Unknown
parent
d88f6f1156
commit
a107688891
@@ -13094,7 +13094,6 @@ static int DtlsMsgDrain(WOLFSSL* ssl)
|
|||||||
}
|
}
|
||||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||||
if (ret == WC_PENDING_E) {
|
if (ret == WC_PENDING_E) {
|
||||||
ssl->keys.dtls_expected_peer_handshake_number--;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user