mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Moved base64 code to base64.[ch]
More cleanups git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@19 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
e4bb139a97
commit
785411bb8b
7 changed files with 89 additions and 54 deletions
5
base64.h
Normal file
5
base64.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* Proxytunnel base64.h */
|
||||
|
||||
void base64(unsigned char *out, const unsigned char *in, int len);
|
||||
char basicauth[80]; /* Buffer to hold the proxies basic authentication data */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue