CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2023/09/06 10:26:49
Modified files: lib/libcrypto/man: EVP_CIPHER_CTX_set_flags.3 Log message: Mark EVP_CIPHER_set_asn1_iv() and EVP_CIPHER_get_asn1_iv() as intentionally undocumented because they are unused outside libcrypto according to codesearch.debian.net and should probably not be public: they seem hardly useful even for implementing custom EVP_CIPHER algorithms. tb@ came to similar conclusions regarding these two functions.