diff options
author | James Booth <boothj5@gmail.com> | 2015-11-22 19:53:41 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-22 19:53:41 +0000 |
commit | bf1e7efe230c899535ea2dedae8255c0a09b6cc3 (patch) | |
tree | c73dde9f235226da0dcf6ef56017381dbece628b /tests/unittests | |
parent | 216493ef07662e8f53f7c0de2391a43ef9bd3a8a (diff) | |
download | profani-tty-bf1e7efe230c899535ea2dedae8255c0a09b6cc3.tar.gz |
Show summary of trusted certificates, add /tls cert <fingerprint>
fixes #676
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 05d077b2..084b36be 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -271,7 +271,7 @@ TLSCertificate* jabber_get_tls_peer_cert(void) return NULL; } void cons_show_tlscert(TLSCertificate *cert) {} - +void cons_show_tlscert_summary(TLSCertificate *cert) {} void ui_prune_wins(void) {} |