artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2018d10
)
Remove outdated (now inaccurate) warning message
author
job
<job@openbsd.org>
Wed, 17 Apr 2024 15:00:50 +0000
(15:00 +0000)
committer
job
<job@openbsd.org>
Wed, 17 Apr 2024 15:00:50 +0000
(15:00 +0000)
OK tb@
usr.sbin/rpki-client/parser.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/parser.c
b/usr.sbin/rpki-client/parser.c
index
d6a4937
..
f6257ea
100644
(file)
--- a/
usr.sbin/rpki-client/parser.c
+++ b/
usr.sbin/rpki-client/parser.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: parser.c,v 1.13
2 2024/04/15 13:57:45
job Exp $ */
+/* $OpenBSD: parser.c,v 1.13
3 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 {