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:
Mark Janssen 2002-04-20 15:19:27 +00:00
parent e4bb139a97
commit 785411bb8b
7 changed files with 89 additions and 54 deletions

5
base64.h Normal file
View 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 */