summaryrefslogtreecommitdiffstats
path: root/proxy.c
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2011-08-11 15:19:46 +0000
committerDavid Sommerseth <davids@redhat.com>2011-08-24 17:10:22 +0200
commit186baf0db65b3ce4a9d83db2fea3cc2797e04d75 (patch)
tree6fa38364f63e4cb9997a7c8c8ef0520e93133931 /proxy.c
parentc1f25b6644efaa74c069c20d9a008e1786209a88 (diff)
downloadopenvpn-186baf0db65b3ce4a9d83db2fea3cc2797e04d75.tar.gz
openvpn-186baf0db65b3ce4a9d83db2fea3cc2797e04d75.tar.xz
openvpn-186baf0db65b3ce4a9d83db2fea3cc2797e04d75.zip
remove legacy code to query IE proxy information
The code in ieproxy.[ch] is not used anywhere in OpenVPN anymore. So, there's no need to keep it. Signed-off-by: Heiko Hund <heiko.hund@sophos.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'proxy.c')
-rw-r--r--proxy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/proxy.c b/proxy.c
index fce64a1..b00532c 100644
--- a/proxy.c
+++ b/proxy.c
@@ -34,11 +34,6 @@
#include "base64.h"
#include "httpdigest.h"
#include "ntlm.h"
-
-#ifdef WIN32
-#include "ieproxy.h"
-#endif
-
#include "memdbg.h"
#ifdef ENABLE_HTTP_PROXY