mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34: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
|
||||
if (ret == WC_PENDING_E) {
|
||||
ssl->keys.dtls_expected_peer_handshake_number--;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user