From a4b8f653ee5be9c2292cf92dac09d7aadcc9a487 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 7 Jul 2014 14:12:20 +0200 Subject: Always enable http-proxy and socks-proxy Acked-by: Gert Doering Message-Id: <1404735142-31420-2-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/8840 Signed-off-by: Gert Doering --- src/openvpn/socks.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/openvpn/socks.h') diff --git a/src/openvpn/socks.h b/src/openvpn/socks.h index 30b957d..2475261 100644 --- a/src/openvpn/socks.h +++ b/src/openvpn/socks.h @@ -30,8 +30,6 @@ #ifndef SOCKS_H #define SOCKS_H -#ifdef ENABLE_SOCKS - #include "buffer.h" struct openvpn_sockaddr; @@ -74,4 +72,3 @@ int socks_process_outgoing_udp (struct buffer *buf, const struct link_socket_actual *to); #endif -#endif -- cgit v1.1