CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/04 04:47:36
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Change asn1_check_tag_cbs() out_len from long to size_t.
The long vs size_t checks can be handled in the asn1_check_tag() wrapper
and this will help to avoid propagating long vs size_t issues into new
code.
ok tb@
