summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-12-27 07:17:40 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-12-27 07:17:40 +0000
commit9ff3c309e2bf917a369c1654afce35505e1fb553 (patch)
tree66d354e126de692a759e791846acd2f85cb92ed0 /usr.sbin
parent8770c2510b50b0bc36f094afe00244215e224e49 (diff)
Mark rrdp debug logging functions as used in regress
ok claudio
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpki-client/rrdp_delta.c3
-rw-r--r--usr.sbin/rpki-client/rrdp_notification.c3
-rw-r--r--usr.sbin/rpki-client/rrdp_snapshot.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/rrdp_delta.c b/usr.sbin/rpki-client/rrdp_delta.c
index d977b9203de..a4303bc4536 100644
--- a/usr.sbin/rpki-client/rrdp_delta.c
+++ b/usr.sbin/rpki-client/rrdp_delta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rrdp_delta.c,v 1.11 2023/12/26 11:03:27 tb Exp $ */
+/* $OpenBSD: rrdp_delta.c,v 1.12 2023/12/27 07:17:39 tb Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -267,6 +267,7 @@ free_delta_xml(struct delta_xml *dxml)
free(dxml);
}
+/* Used in regress. */
void
log_delta_xml(struct delta_xml *dxml)
{
diff --git a/usr.sbin/rpki-client/rrdp_notification.c b/usr.sbin/rpki-client/rrdp_notification.c
index dec5f2140fc..4c5585a9cc1 100644
--- a/usr.sbin/rpki-client/rrdp_notification.c
+++ b/usr.sbin/rpki-client/rrdp_notification.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rrdp_notification.c,v 1.18 2023/06/23 11:36:24 claudio Exp $ */
+/* $OpenBSD: rrdp_notification.c,v 1.19 2023/12/27 07:17:39 tb Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -608,6 +608,7 @@ notification_delta_done(struct notification_xml *nxml)
return TAILQ_EMPTY(&nxml->delta_q);
}
+/* Used in regress. */
void
log_notification_xml(struct notification_xml *nxml)
{
diff --git a/usr.sbin/rpki-client/rrdp_snapshot.c b/usr.sbin/rpki-client/rrdp_snapshot.c
index 2d276423b49..3aa3855adf6 100644
--- a/usr.sbin/rpki-client/rrdp_snapshot.c
+++ b/usr.sbin/rpki-client/rrdp_snapshot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rrdp_snapshot.c,v 1.7 2023/01/04 14:22:43 claudio Exp $ */
+/* $OpenBSD: rrdp_snapshot.c,v 1.8 2023/12/27 07:17:39 tb Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -248,6 +248,7 @@ free_snapshot_xml(struct snapshot_xml *sxml)
free(sxml);
}
+/* Used in regress. */
void
log_snapshot_xml(struct snapshot_xml *sxml)
{