CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/09/30 11:30:16
Modified files: lib/libssl/src/crypto/asn1: a_int.c asn1_par.c evp_asn1.c p5_pbev2.c lib/libssl/src/crypto/pkcs12: p12_mutl.c lib/libssl/src/crypto/pkcs7: pk7_lib.c lib/libssl/src/crypto/x509: x509_r2x.c x509_req.c x509_set.c x509cset.c lib/libssl/src/crypto/x509v3: v3_akey.c v3_sxnet.c Log message: Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is different from the macro expansion, but the result is the same. Also replace some ASN1_STRING_dup() with ASN1_INTEGER_dup(). ok beck@ doug@