mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Version 1.5.0
Added NTLM support git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@71 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
578ce3d94a
commit
bf7f2a5b47
15 changed files with 185 additions and 18 deletions
1
base64.h
1
base64.h
|
|
@ -20,3 +20,4 @@
|
|||
/* base64.h */
|
||||
|
||||
void base64(unsigned char *out, const unsigned char *in, int len);
|
||||
int unbase64(char *out, const char *in, int maxlen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue