From: tb Date: Wed, 27 Dec 2023 07:17:39 +0000 (+0000) Subject: Mark rrdp debug logging functions as used in regress X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=58d5f0181b7e19b6fffe42781f0651f427264c49;p=openbsd Mark rrdp debug logging functions as used in regress ok claudio --- 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 * Copyright (c) 2021 Claudio Jeker @@ -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 * Copyright (c) 2021 Claudio Jeker @@ -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 * Copyright (c) 2021 Claudio Jeker @@ -248,6 +248,7 @@ free_snapshot_xml(struct snapshot_xml *sxml) free(sxml); } +/* Used in regress. */ void log_snapshot_xml(struct snapshot_xml *sxml) {