mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
fixed code style
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
8224e71262
commit
cd2660fb0e
@ -4462,7 +4462,7 @@ void mbedtls_ssl_handshake_free(mbedtls_ssl_context *ssl)
|
|||||||
#endif /* MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
|
#endif /* MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE)
|
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE)
|
||||||
if(ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) {
|
if (ssl->conf->f_async_cancel != NULL && 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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user