Patrick Guio wrote:
...
I think there is a typo in the code snippet on the webpage
http://www.openssl.org/docs/crypto/BIO_f_base64.html#
The statement while((inlen = BIO_read(bio, inbuf, 512) > 0)
should read
while((inlen = BIO_read(bio, inbuf, 512)) > 0)

I've committed a fix for the underlying pod file

Thanks,
Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to