mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	Zig 0.14 compatibility
This commit is contained in:
		 Karl Seguin
					Karl Seguin
				
			
				
					committed by
					
						 Pierre Tachoire
						Pierre Tachoire
					
				
			
			
				
	
			
			
			 Pierre Tachoire
						Pierre Tachoire
					
				
			
						parent
						
							17d3d620ff
						
					
				
				
					commit
					21c9dde858
				
			| @@ -1358,7 +1358,7 @@ pub fn connectTcp(client: *Client, host: []const u8, port: u16, protocol: Connec | ||||
|  | ||||
|         conn.data.tls_client.* = tls23.client(stream, .{ | ||||
|             .host = host, | ||||
|             .root_ca = client.ca_bundle, | ||||
|             .root_ca = .{ .bundle = client.ca_bundle }, | ||||
|         }) catch return error.TlsInitializationFailed; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user