summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: