Fix asynchronous DTLS issue

This commit is contained in:
Juliusz Sosinowicz
2020-05-26 19:35:01 +02:00
committed by Unknown
parent d88f6f1156
commit a107688891

View File

@@ -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