summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/parser.c
diff options
context:
space:
mode:
authorJob Snijders <job@cvs.openbsd.org>2024-04-17 15:00:51 +0000
committerJob Snijders <job@cvs.openbsd.org>2024-04-17 15:00:51 +0000
commit959663f3b92667dd74c682c4adfa8a90ffe0a7e3 (patch)
tree3a4040f5ec546c343a761887269b06e01bad600e /usr.sbin/rpki-client/parser.c
parenta4bd7e04f5635abd88c02d1efc1e96266a4d691b (diff)
Remove outdated (now inaccurate) warning message
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/parser.c')
-rw-r--r--usr.sbin/rpki-client/parser.c3
1 files changed, 1 insertions, 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 <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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 {