Mark EVP_ENCODE_LENGTH() and EVP_DECODE_LENGTH() as intentionally
authorschwarze <schwarze@openbsd.org>
Sun, 10 Sep 2023 11:20:52 +0000 (11:20 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 10 Sep 2023 11:20:52 +0000 (11:20 +0000)
commitb6b5cb82290926427d57bd102b08b1489bdd2497
tree7eba4329e7abcf71a0c11e884f48ed3d7c0c03c7
parent1f6c261b917e82523c659d6ded8d4ad3e742e070
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.
lib/libcrypto/man/BIO_f_base64.3