Re: BIO_READ and BASE64 Decode

2005-10-18 Thread Rich Salz
> char *sBase64[21] // this variable contains the Base64 Encoded string That's not a char buffer. I don't know what you're trying to do, but your code doesn't make sense to me. Did you see the sample code I posted the other day? /r$ -- Rich Salz Chief Security Archit

BIO_READ and BASE64 Decode

2005-10-18 Thread Adam Jones
I am trying to decode a base64 encoded string. There appears to be something wrong. The read tells me that I have read 21 which is correct, but my output buffer has nothing in it. Any suggestions on what is wrong with the code. Thanks in Advance!   int main {    char *sBase64[21]  // this