Improve base64_to_bin().

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@735 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-05 08:57:16 +00:00
parent 8f8e9a2f50
commit fc50facaa3
2 changed files with 109 additions and 78 deletions

View File

@@ -646,7 +646,7 @@ u32 buffer_pass_bytes_end(BUFFER *buffer, u32 len);
u32 buffer_pass_bytes(BUFFER *buffer, u32 len);
/* in base64.c */
BUFFER *base64_to_bin(char *source);
BUFFER *base64_to_bin(const char *source);
unsigned char *bin_to_base64(unsigned char *source, int len);
/* gzip.c */