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
7d18e343
Commit
7d18e343
authored
Feb 10, 2014
by
jehan
Browse files
fix compilation warning
parent
81eed129
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.cproject
.cproject
+3
-1
src/transports/tls_listeningpoint_polarssl.c
src/transports/tls_listeningpoint_polarssl.c
+1
-0
No files found.
.cproject
View file @
7d18e343
...
...
@@ -84,7 +84,9 @@
</folderInfo>
<sourceEntries>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"include/belle-sip"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"src"
/>
<entry
excluding=
"grammars|transports"
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"src"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"src/grammars"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"src/transports"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"tester"
/>
</sourceEntries>
</configuration>
...
...
src/transports/tls_listeningpoint_polarssl.c
View file @
7d18e343
...
...
@@ -88,6 +88,7 @@ int belle_sip_tls_listening_point_set_verify_exceptions(belle_sip_tls_listening_
int
belle_sip_tls_listening_point_set_verify_policy
(
belle_sip_tls_listening_point_t
*
s
,
belle_tls_verify_policy_t
*
pol
){
SET_OBJECT_PROPERTY
(
s
,
verify_ctx
,
pol
);
return
0
;
}
int
belle_sip_tls_listening_point_available
(
void
){
...
...
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