CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/12/23 10:27:53
Modified files: lib/libcrypto/man: BIO_f_buffer.3 Log message: Mark BIO_buffer_get_num_lines(3) as intentionally undocumented. Contrary to what bio.h says, it does not *not* retrieve some "IO type", whatever that is supposed to be, but it is a NOOP, and nothing uses it. Despite its name, it is unrelated to BIO_f_buffer(3), and please be careful to not confuse it with BIO_get_buffer_num_lines(3).