From 8afb0e47a51193f25082daf811d52c0ea6d9a149 Mon Sep 17 00:00:00 2001 From: job Date: Wed, 17 Apr 2024 15:00:50 +0000 Subject: [PATCH] Remove outdated (now inaccurate) warning message OK tb@ --- usr.sbin/rpki-client/parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/parser.c b/usr.sbin/rpki-client/parser.c index d6a49373ebc..f6257eadd2e 100644 --- a/usr.sbin/rpki-client/parser.c +++ b/usr.sbin/rpki-client/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.132 2024/04/15 13:57:45 job Exp $ */ +/* $OpenBSD: parser.c,v 1.133 2024/04/17 15:00:50 job Exp $ */ /* * Copyright (c) 2019 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -481,7 +481,6 @@ proc_parser_mft(struct entity *entp, struct mft **mp, char **crlfile, if (*mp != NULL) { *crlmtime = crl->thisupdate; if (!crl_insert(&crlt, crl)) { - warnx("%s: duplicate AKI %s", file, crl->aki); crl_free(crl); } } else { -- 2.20.1