summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-06-01 14:48:54 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-06-01 14:48:54 +0000
commitad4be3981131f47e3703f2a7a6b663891df5080c (patch)
tree72e2e3163bbc7bab3a2bd7f74cf70179ca183675
parentf31c028f896d19340a0b2bce2d646ef716c17fca (diff)
Remove a confusing comment that has been stale since e2k19 (r1.26).
-rw-r--r--usr.sbin/rpki-client/main.c8
1 files changed, 1 insertions, 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 <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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: