CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/04/25 05:48:21
Modified files: lib/libcrypto/asn1: a_bitstr.c a_enum.c a_object.c a_strex.c a_time_tm.c a_type.c asn1.h asn1_gen.c asn1_lib.c asn_pack.c evp_asn1.c f_enum.c f_int.c f_string.c t_bitst.c tasn_prn.c lib/libcrypto/x509v3: v3_sxnet.c v3_utl.c x509v3.h Log message: Add const to functions in asn1/asn1.h as they did in OpenSSL. BIO_f_asn1() will be taken care of later. Tested in a bulk by sthen ok bcook jca jsing