mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Trivial code formatting fix
This commit is contained in:
		| @@ -162,7 +162,7 @@ int AsyncTCP_TLS_Context::startSSLClient(int sck, const char * host_or_ip, const | ||||
|     log_v("Setting hostname for TLS session..."); | ||||
|  | ||||
|     // Hostname set here should match CN in server certificate | ||||
|     if((ret = mbedtls_ssl_set_hostname(&ssl_ctx, host_or_ip)) != 0){ | ||||
|     if ((ret = mbedtls_ssl_set_hostname(&ssl_ctx, host_or_ip)) != 0){ | ||||
|         _deleteHandshakeCerts(); | ||||
|         return handle_error(ret); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user