corrected code style

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-03-26 13:34:03 +00:00
parent 1f091466c1
commit 9774e9a176
+2 -2
View File
@@ -4465,8 +4465,8 @@ void mbedtls_ssl_handshake_free(mbedtls_ssl_context *ssl)
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE)
if (ssl->conf != NULL) {
if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) {
ssl->conf->f_async_cancel(ssl);
handshake->async_in_progress = 0;
ssl->conf->f_async_cancel(ssl);
handshake->async_in_progress = 0;
}
}