mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-08 21:25:53 +08:00

It includes the --topology feature, and TAP-Win32 driver changes to allow non-admin access. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@580 e7ae566f-a301-0410-adde-c780ea21d3b5
12 lines
240 B
C
12 lines
240 B
C
#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
|