CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/05/19 15:35:19
Modified files: lib/libcrypto/man: X509_NAME_add_entry_by_txt.3 Log message: In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifier to the X509_NAME_ENTRY argument of X509_NAME_add_entry(3) and in x509.h rev. 1.55 2018/05/18 18:02:07 to the "bytes" argument of X509_NAME_add_entry_by_OBJ(3) and X509_NAME_add_entry_by_NID(3). Adjust the manual.