Factor out ASN1_ITYPE_EXTERN handling.
authorjsing <jsing@openbsd.org>
Sat, 21 May 2022 13:16:19 +0000 (13:16 +0000)
committerjsing <jsing@openbsd.org>
Sat, 21 May 2022 13:16:19 +0000 (13:16 +0000)
commit892fb814d9b781840da8fbd959dc3d6d2513aabd
tree1d7f864393a895d82ac62470f6ea44fe2249334e
parented37e5ea73948cf05726058b7bfdc92101507aa7
Factor out ASN1_ITYPE_EXTERN handling.

Factor out the ef->asn1_ex_d2i() callback handling - this allows us to pull
out all of the related variables into a self-contained function.

ok tb@
lib/libcrypto/asn1/tasn_dec.c