CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/24 16:22:52
Modified files: lib/libcrypto/man: d2i_DSAPublicKey.3 Log message: First example of how to fix the d2i_*() manuals: - add four missing functions found in OpenSSL doc/man3/d2i_X509.pod - simplify .Nd - drop needless extra include line - use the same parameter names as in ASN1_item_d2i(3) - point to ASN1_item_d2i(3) for details - sort the text and simplify the wording More work is needed on STANDARDS references.