CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/12 05:52:12
Modified files: lib/libcrypto/man: ASN1_STRING_new.3 Log message: Document DIRECTORYSTRING_new(3), DIRECTORYSTRING_free(3), DISPLAYTEXT_new(3), DISPLAYTEXT_free(3). These functions are clearly public because OpenSSL documents them and they are in the public <openssl/asn1.h> header. OpenSSL documents these four functions in doc/man3/X509_dup.pod [sic], but the information given is completely wrong: wrong header file, wrong prototypes, misleading description. Why, oh why do people even bother to write documentation if nothing of what they write is true?