mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Remove reference to ssl_client struct
This commit is contained in:
		| @@ -196,7 +196,7 @@ int AsyncTCP_TLS_Context::runSSLHandshake(void) | ||||
|         } | ||||
|  | ||||
|         // Handshake is taking too long | ||||
|         if ((millis()-handshake_start_time) > ssl_client->handshake_timeout) | ||||
|         if ((millis()-handshake_start_time) > handshake_timeout) | ||||
|             return -1; | ||||
|  | ||||
|         // Either MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user