mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-23 04:26:46 -04:00
added further debug
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
fd52984896
commit
6ff2da196a
@ -4467,10 +4467,13 @@ void mbedtls_ssl_handshake_free(mbedtls_ssl_context *ssl)
|
||||
#endif /* MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
|
||||
|
||||
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE)
|
||||
if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) {
|
||||
if (ssl->conf != NULL) {
|
||||
if (ssl->conf->f_async_cancel != NULL) {
|
||||
if(handshake->async_in_progress != 0) {
|
||||
ssl->conf->f_async_cancel(ssl);
|
||||
handshake->async_in_progress = 0;
|
||||
}
|
||||
}}}
|
||||
|
||||
#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */
|
||||
|
||||
#if defined(PSA_WANT_ALG_SHA_256)
|
||||
|
Loading…
x
Reference in New Issue
Block a user