Reorder functions within file.
authorjsing <jsing@openbsd.org>
Thu, 19 May 2022 19:45:18 +0000 (19:45 +0000)
committerjsing <jsing@openbsd.org>
Thu, 19 May 2022 19:45:18 +0000 (19:45 +0000)
commitd502889132413a260e1bec5902269b1ea31d64cb
tree17d60b957746e3145db5b75460e51f6b1c7fc4b6
parentecad301fd8f827aec6161038772a4e991a4afde9
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.
lib/libcrypto/asn1/tasn_dec.c