Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 6e5567c

Browse files
committed
Remove reference to ssl_client struct
1 parent 10eac70 commit 6e5567c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AsyncTCP_TLS_Context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ int AsyncTCP_TLS_Context::runSSLHandshake(void)
196196
}
197197

198198
// Handshake is taking too long
199-
if ((millis()-handshake_start_time) > ssl_client->handshake_timeout)
199+
if ((millis()-handshake_start_time) > handshake_timeout)
200200
return -1;
201201

202202
// Either MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE

0 commit comments

Comments
 (0)