CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/18 13:34:37
Modified files: lib/libcrypto/x509v3: v3_alt.c v3_conf.c v3_utl.c x509v3.h Log message: The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(), X509V3_get_value_bool(), X509V3_add_value_bool_nf(), X509V3_get_value_int(), X509V3_get_string(), X509V3_get_section() are now const. While there, remove a stupid cast and two redundant checks. tested in a bulk build by sthen ok jsing