CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/11 04:39:45
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
Simplify SIA extension parsing further
Inline sbgp_sia_resource_entry() into sbgp_sia(). Add sbgp_sia_location()
to deduplicate sbgp_sia_resource_{notify,mft,carepo}(). Pull the GEN_URI
check into sbgp_sia_location() now that it doesn't have to be repeated
three times.
ok claudio
