summaryrefslogtreecommitdiff
path: root/net-proxy/torsocks/files/torsocks-2.4.0-clang16.patch
blob: 3bedd71dc7361295abd6bde702267b38a11e9833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/881077
https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40014
https://lists.torproject.org/pipermail/tor-dev/2022-December/014790.html
--- a/src/common/config-file.h
+++ b/src/common/config-file.h
@@ -109,6 +109,7 @@ int conf_file_set_allow_inbound(const char *val, struct configuration *config);
 int conf_file_set_allow_outbound_localhost(const char *val, struct
 		configuration *config);
 int conf_file_set_isolate_pid(const char *val, struct configuration *config);
+int conf_file_set_enable_ipv6(const char *val, struct configuration *config);
 
 int conf_apply_socks_auth(struct configuration *config);