CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/07 09:50:25
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Split asn1_item_ex_d2i() into three.
Factor out the handling of CHOICE and SEQUENCE into their own functions.
This reduces complexity, reduces indentation and will allow for further
clean up.
ok beck@ tb@
