Simplify load_skiplist()
authortb <tb@openbsd.org>
Mon, 29 Aug 2022 18:28:35 +0000 (18:28 +0000)
committertb <tb@openbsd.org>
Mon, 29 Aug 2022 18:28:35 +0000 (18:28 +0000)
commit6cff47fc50ecbf6e339dd08780fd168cb6477847
tree1535c4ca2f9aa9ee6a39896b33819049583cea46
parentef0bfb2dd52aa7239983472bce7ae927fd8f48cd
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
usr.sbin/rpki-client/main.c