a tad more const-correctness
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user