CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2023/09/10 05:20:52
Modified files: lib/libcrypto/man: BIO_f_base64.3 Log message: Mark EVP_ENCODE_LENGTH() and EVP_DECODE_LENGTH() as intentionally undocumented because they do not describe properties of the Base64 encoding but add arbitrary constant lengths, hence being implementation details of BIO_f_base64(3). Besides, they are practically unused outside evp/bio_b64.c.