artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c981c
)
A tab snuck in
author
tb
<tb@openbsd.org>
Fri, 14 Apr 2023 00:23:16 +0000
(
00:23
+0000)
committer
tb
<tb@openbsd.org>
Fri, 14 Apr 2023 00:23:16 +0000
(
00:23
+0000)
usr.sbin/rpki-client/validate.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/validate.c
b/usr.sbin/rpki-client/validate.c
index
99247fe
..
5897ea5
100644
(file)
--- a/
usr.sbin/rpki-client/validate.c
+++ b/
usr.sbin/rpki-client/validate.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: validate.c,v 1.5
6 2023/04/13 17:04:02 jo
b Exp $ */
+/* $OpenBSD: validate.c,v 1.5
7 2023/04/14 00:23:16 t
b Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-95,7
+95,7
@@
valid_ski_aki(const char *fn, struct auth_tree *auths,
warnx("%s: AKI doesn't match Manifest AKI", fn);
return NULL;
}
- }
+ }
if (auth_find(auths, ski) != NULL) {
warnx("%s: RFC 6487: duplicate SKI", fn);