From e83f365b9a1b5cdd490735430889963bf76f84fc Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 1 Jun 2022 14:48:53 +0000 Subject: [PATCH] Remove a confusing comment that has been stale since e2k19 (r1.26). --- usr.sbin/rpki-client/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index d4a783cd205..1e17adf6ef8 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.205 2022/05/23 13:39:14 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.206 2022/06/01 14:48:53 tb Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -501,12 +501,6 @@ entity_process(struct ibuf *b, struct stats *st, struct vrp_tree *tree, cert = cert_read(b); switch (cert->purpose) { case CERT_PURPOSE_CA: - /* - * Process the revocation list from the - * certificate *first*, since it might mark that - * we're revoked and then we don't want to - * process the MFT. - */ queue_add_from_cert(cert); break; case CERT_PURPOSE_BGPSEC_ROUTER: -- 2.20.1