CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/07 10:17:29
Modified files:
lib/libcrypto/man: BIO_f_base64.3
Log message:
Fix example string
If you want to Base64-encode "Hello World\n" using a BIO, you had better
pass "Hello World\n" into it, not something slightly different... While
we're touching this, we might as well write it the way K&R did...
