CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2023/04/11 09:35:31
Modified files: lib/libcrypto/man: BIO_find_type.3 Log message: While all the BIO_TYPE_* constants are part of the API, most of their values are only part of the ABI and not of the API, so delete them from the SYNOPSIS: application programmers must not rely on the specific values. Instead of listing the specific values, properly describe the meaning of all these constants. However, the values of BIO_TYPE_NONE and BIO_TYPE_START are hard-coded into the API and application programmers need to be aware of their values, so those remain in the SYNOPSIS.