Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
6e2b7ee4
Commit
6e2b7ee4
authored
Oct 08, 2013
by
jehan
Browse files
fix compilation issue without tls
parent
683776cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transports/tls_channel_polarssl.c
View file @
6e2b7ee4
...
...
@@ -373,7 +373,7 @@ void belle_sip_tls_channel_set_client_certificate_key(belle_sip_tls_channel_t *c
#else
/*HAVE_POLLAR_SSL*/
void
belle_sip_tls_channel_set_client_certificates_chain
(
belle_si
belle_sip_tls_channel_tp
_channel_t
*
obj
,
belle_sip_certificates_chain_t
*
cert_chain
)
{
void
belle_sip_tls_channel_set_client_certificates_chain
(
belle_si
p_tls
_channel_t
*
obj
,
belle_sip_certificates_chain_t
*
cert_chain
)
{
belle_sip_error
(
"belle_sip_channel_set_client_certificate_chain requires TLS"
);
}
void
belle_sip_tls_channel_set_client_certificate_key
(
belle_sip_tls_channel_t
*
obj
,
belle_sip_signing_key_t
*
key
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment