CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/18 08:19:46
Modified files: lib/libcrypto/x509: x509.h x509_ext.c Log message: Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments of X509_CRL_get_ext_count(3), X509_CRL_get_ext_by_NID(3), X509_CRL_get_ext_by_OBJ(3), X509_CRL_get_ext_by_critical(3), X509_CRL_get_ext(3), X509_CRL_get_ext_d2i(3). ok jsing