mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -4468,7 +4468,9 @@ void mbedtls_ssl_handshake_free(mbedtls_ssl_context *ssl)
|
|||||||
if (handshake->async_in_progress != 0) {
|
if (handshake->async_in_progress != 0) {
|
||||||
ssl->conf->f_async_cancel(ssl);
|
ssl->conf->f_async_cancel(ssl);
|
||||||
handshake->async_in_progress = 0;
|
handshake->async_in_progress = 0;
|
||||||
}}}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */
|
#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user