Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALID
authorclaudio <claudio@openbsd.org>
Thu, 1 Dec 2022 10:24:28 +0000 (10:24 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 1 Dec 2022 10:24:28 +0000 (10:24 +0000)
commita7b03bb48e5dfd3a995e422c17f4d3bec95e7e41
tree9ca289a07bb9a6a41c31e69321a42cc57156a1d3
parent6efd4b135fa95534e25fdff930d96241e6d070be
Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALID
is not an error. It marks file as not handled by rpki-client and they will
be ignored after checking that the provided hash matches.
New file types should only be added once the needed code in parse_entity() is
available.
OK tb@ job@
usr.sbin/rpki-client/mft.c