-/* $OpenBSD: parser.c,v 1.106 2023/12/29 17:15:10 tb Exp $ */
+/* $OpenBSD: parser.c,v 1.107 2024/01/08 19:46:19 tb Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
#include "extern.h"
+extern int noop;
+
static X509_STORE_CTX *ctx;
static struct auth_tree auths = RB_INITIALIZER(&auths);
static struct crl_tree crlt = RB_INITIALIZER(&crlt);
warnx("%s: manifest misissuance, #%s was recycled",
file1, mft1->seqnum);
- if (r == 1) {
+ if (!noop && r == 1) {
*mp = proc_parser_mft_post(file1, mft1, entp->path, err1,
&warned);
if (*mp == NULL) {