|
|
@ -36,10 +36,10 @@
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//static char b64table[64] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
|
|
//static char b64table[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
|
|
// "abcdefghijklmnopqrstuvwxyz"
|
|
|
|
// "abcdefghijklmnopqrstuvwxyz"
|
|
|
|
// "0123456789+/";
|
|
|
|
// "0123456789+/";
|
|
|
|
static char b64table[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
|
|
static char b64table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
|
|
|
|
|
|
|
|
|
|
/* Accepts a binary buffer with an associated size.
|
|
|
|
/* Accepts a binary buffer with an associated size.
|
|
|
|
* Returns a base64-encoded, NULL-terminated string.
|
|
|
|
* Returns a base64-encoded, NULL-terminated string.
|
|
|
|