CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/13 11:49:03
Modified files: lib/libcrypto/x509v3: v3_conf.c x509v3.h Log message: Add const to the 'name', 'value', and 'section' arguments of X509V3_EXT_{,n}conf_nid(3), X509_EXT_{,n}conf(3) X509V3{,_CRL,_REQ}_add_{,n}conf(3) as well as the get_string() and get_section() members of X509_CONF_METHOD_st. tested in a bulk build by sthen ok jsing