CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/19 13:45:18
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Reorder functions within file.
Order functions by use, moving public API to the bottom and utility
functions to the top. This makes the code more logical/readable, plus we
can remove all except one of the static function prototypes.
No functional change.
