CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/06 12:10:14
Modified files:
lib/libcrypto/asn1: bio_ndef.c
Log message:
Clean up ndef_{prefix,suffix}_free()
These functions are rather similar, so there's no need for the code to
be wildly different. Add a missing NULL check to ndef_prefix_free() since
that will be needed in a subsequent commit.
ok jsing
