CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/19 04:37:02
Modified files: lib/libcrypto/ec: ec.h ec_asn1.c lib/libcrypto/x509v3: v3_enum.c v3_info.c v3_skey.c v3_utl.c x509v3.h Log message: Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and one to the last argument of each one of i2s_ASN1_OCTET_STRING(), s2i_ASN1_OCTET_STRING(), i2s_ASN1_INTEGER(), i2s_ASN1_ENUMERATED(), and i2s_ASN1_ENUMERATED_TABLE(). tested in a bulk build by sthen ok jsing