Re: const for X509_CRL_* functions

2018-05-18 Thread Brent Cook
ok bcook@ On Fri, May 18, 2018 at 9:13 AM, Theo Buehler wrote: > On Fri, May 18, 2018 at 04:03:16PM +0200, Theo Buehler wrote: > > Simple diff that adds 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_g

Re: const for X509_CRL_* functions

2018-05-18 Thread Theo Buehler
On Fri, May 18, 2018 at 04:03:16PM +0200, Theo Buehler wrote: > Simple diff that adds 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),

const for X509_CRL_* functions

2018-05-18 Thread Theo Buehler
Simple diff that adds 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). Index: lib/libcrypto/x509/x509.h ===