CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/10 08:29:22
Modified files:
lib/libssl/src/crypto/asn1: evp_asn1.c
lib/libssl/src/crypto/ec: ec_asn1.c
lib/libssl/src/crypto/ts: ts_lib.c
Log message:
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
This is not the same as the macro expansion, however the ASN1_STRING_*
functions do match the macro expansions.
ok doug@ miod@
