CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/13 11:37:51
Modified files: lib/libssl/man : BIO_f_ssl.3 Log message: 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)).