Remove mention of a refcount bug
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 18:37:51 +0000 (18:37 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 18:37:51 +0000 (18:37 +0000)
commit5d994da94521dd9c5812d4c8d576293fac03e466
treeddad790783cfd7de98d8eb1e91224eebf039711f
parent02b7fbf10b56c690e94c92c7bf71f19a9c435cf8
Remove mention of a refcount bug

Said bug was fixed in OpenSSL 1.0.0, released 14 years ago. It is of course
unsurprising that you may accidentally increment the refcount if your idiom
for decrementing it is CRYPTO_add(&bio-references, -1, CRYPTO_LOCK_BIO)).
lib/libssl/man/BIO_f_ssl.3