From 186baf0db65b3ce4a9d83db2fea3cc2797e04d75 Mon Sep 17 00:00:00 2001 From: Heiko Hund Date: Thu, 11 Aug 2011 15:19:46 +0000 Subject: 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 Acked-by: Gert Doering Signed-off-by: David Sommerseth --- proxy.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'proxy.c') 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 -- cgit