artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f844ef5
)
Properly close JSON array before continuing in TAK
author
job
<job@openbsd.org>
Mon, 26 Feb 2024 10:02:37 +0000
(10:02 +0000)
committer
job
<job@openbsd.org>
Mon, 26 Feb 2024 10:02:37 +0000
(10:02 +0000)
OK claudio@
usr.sbin/rpki-client/print.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/print.c
b/usr.sbin/rpki-client/print.c
index
bb92910
..
9ef44b7
100644
(file)
--- a/
usr.sbin/rpki-client/print.c
+++ b/
usr.sbin/rpki-client/print.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: print.c,v 1.5
1 2024/02/22 19:29:55 t
b Exp $ */
+/* $OpenBSD: print.c,v 1.5
2 2024/02/26 10:02:37 jo
b Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-734,6
+734,7
@@
takey_print(char *name, const struct takey *t)
json_do_string("uri", t->uris[i]);
json_do_end();
json_do_string("spki", spki);
+ json_do_end();
} else {
printf("TAL derived from the '%s' Trust Anchor Key:\n\n", name);