CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/09 09:56:15
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Remove handling of a NULL BUF_MEM from asn1_collect()
asn1_collect() (and hence collect_data()) is never called without
a BUF_MEM - the only caller that passed NULL was removed in OpenSSL
commit e1cc0671ac5.
ok inoguchi@ tb@
