summaryrefslogtreecommitdiff
path: root/src/openvpn/ntlm.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-05-20 14:36:04 +0000
committerChristian Pointner <equinox@anytun.org>2008-05-20 14:36:04 +0000
commitb2f54ec4947b60b9d989cb887f6c62c93a738e02 (patch)
treed32b3f7427c836adfaea53e0a16fd43585e79879 /src/openvpn/ntlm.h
parentadded -i option to anyrtpproxy (diff)
removed openvpn source code
Diffstat (limited to 'src/openvpn/ntlm.h')
-rw-r--r--src/openvpn/ntlm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/openvpn/ntlm.h b/src/openvpn/ntlm.h
deleted file mode 100644
index 77903b0..0000000
--- a/src/openvpn/ntlm.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef NTLM_H
-#define NTLM_H
-
-#if NTLM
-
-const char *ntlm_phase_1 (const struct http_proxy_info *p, struct gc_arena *gc);
-const char *ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc);
-
-#endif
-
-#endif