From b28ac093688d0d3dbda8aa9755e1b9b54ed01e05 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 22 Mar 2022 10:44:02 +0100 Subject: a tad more `const`-correctness Signed-off-by: Steffen Jaeckel --- tests/unittests/ui/stub_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 4557ac3a..cbe61bdf 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -649,11 +649,11 @@ jabber_get_tls_peer_cert(void) return NULL; } void -cons_show_tlscert(TLSCertificate* cert) +cons_show_tlscert(const TLSCertificate* cert) { } void -cons_show_tlscert_summary(TLSCertificate* cert) +cons_show_tlscert_summary(const TLSCertificate* cert) { } -- cgit 1.4.1-2-gfad0