summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/rpki-client
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2021-02-08 09:28:59 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2021-02-08 09:28:59 +0000
commit7e93d4f7aa216178b18a473cf34da5448d4dcc98 (patch)
tree100d8d59e63cacaf00b1b5b113f6085207e44291 /regress/usr.sbin/rpki-client
parentfdee9006dbaf6e71db976f97567b22bc24b5557d (diff)
Also print the recently added caRepository URI alongside rpkiManifest
and rpkiNotify SIA.
Diffstat (limited to 'regress/usr.sbin/rpki-client')
-rw-r--r--regress/usr.sbin/rpki-client/test-cert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/rpki-client/test-cert.c b/regress/usr.sbin/rpki-client/test-cert.c
index 4f9e1b116f5..b2e6b76ad7a 100644
--- a/regress/usr.sbin/rpki-client/test-cert.c
+++ b/regress/usr.sbin/rpki-client/test-cert.c
@@ -1,4 +1,4 @@
-/* $Id: test-cert.c,v 1.7 2021/01/29 10:15:42 claudio Exp $ */
+/* $Id: test-cert.c,v 1.8 2021/02/08 09:28:58 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -44,6 +44,7 @@ cert_print(const struct cert *p)
assert(p != NULL);
printf("Manifest: %s\n", p->mft);
+ printf("caRepository: %s\n", p->repo);
if (p->notify != NULL)
printf("Notify URL: %s\n", p->notify);
if (p->crl != NULL)