-/* $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>
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: