CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/29 12:28:35
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Simplify load_skiplist()
Instead of copy-pasting valid_uri(), we can call the real thing. That's
also not ideal since we actually check for an FQDN, but it's a bit
simpler.
ok claudio
