Fix example string
authortb <tb@openbsd.org>
Wed, 7 Dec 2022 17:17:29 +0000 (17:17 +0000)
committertb <tb@openbsd.org>
Wed, 7 Dec 2022 17:17:29 +0000 (17:17 +0000)
commite501d6ba7d65837610e9110deb763cf747fe33b5
treeb5c330385c5363ec1fefa3d495e3469b6f22d608
parente3e73f87e8714a4b2943623258cba1f589755093
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...
lib/libcrypto/man/BIO_f_base64.3