From 05c376785c1801fa7a837460f5652e332695d1df Mon Sep 17 00:00:00 2001 From: job Date: Fri, 2 Feb 2024 19:31:59 +0000 Subject: [PATCH] Update the comment --- usr.sbin/rpki-client/parser.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/usr.sbin/rpki-client/parser.c b/usr.sbin/rpki-client/parser.c index 26163d3ec3e..565a9749aac 100644 --- a/usr.sbin/rpki-client/parser.c +++ b/usr.sbin/rpki-client/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.124 2024/02/02 19:26:26 job Exp $ */ +/* $OpenBSD: parser.c,v 1.125 2024/02/02 19:31:59 job Exp $ */ /* * Copyright (c) 2019 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -251,10 +251,9 @@ parse_load_crl_from_mft(struct entity *entp, struct mft *mft, enum location loc, } /* - * Parse and validate a manifest file. Skip checking the fileandhash - * this is done in the post check. After this step we know the mft is - * valid and can be compared. - * Return the mft on success or NULL on failure. + * Parse and validate a manifest file. + * Don't check the fileandhash, this is done later on. + * Return the mft on success, or NULL on failure. */ static struct mft * proc_parser_mft_pre(struct entity *entp, char *file, struct crl **crl, -- 2.20.1