CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/10 06:42:33
Modified files:
lib/libcrypto/asn1: a_object.c
Log message:
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
'flags' should have ASN1_OBJECT_FLAG_DYNAMIC_DATA bit to free 'data'
by ASN1_OBJECT_free as c2i_ASN1_OBJECT_cbs does.
ok jsing@ tb@
