Move tls peer cert function

This commit is contained in:
James Booth
2016-05-06 01:47:19 +01:00
parent 31b0f0b0c8
commit 8950dbb768
5 changed files with 30 additions and 30 deletions

View File

@@ -43,7 +43,7 @@ gboolean session_conn_is_secured(void)
}
TLSCertificate*
session_get_tls_peer_cert(void)
connection_get_tls_peer_cert(void)
{
return NULL;
}