Rename asn1_enc_free() to asn1_enc_cleanup().
authorjsing <jsing@openbsd.org>
Thu, 12 May 2022 19:55:58 +0000 (19:55 +0000)
committerjsing <jsing@openbsd.org>
Thu, 12 May 2022 19:55:58 +0000 (19:55 +0000)
commit35c1d792f8e5505ff6858fcb8dcf160d38c39442
tree7108880881d2633d1cba1cb9cc4d0fd0ca89d151
parentb4cd7288f87f4b565fc3fed8f222ca25045b5be9
Rename asn1_enc_free() to asn1_enc_cleanup().

This function does not actually free an ASN1_ENCODING, which are embedded
in a struct.

Name suggested by tb@
lib/libcrypto/asn1/asn1_locl.h
lib/libcrypto/asn1/tasn_fre.c
lib/libcrypto/asn1/tasn_utl.c