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
liblinphone
Commits
a164602f
Commit
a164602f
authored
Jul 08, 2016
by
Sandrine Avakian
Browse files
Fixing error in bug fiex AES.
parent
3180a3fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
coreapi/misc.c
coreapi/misc.c
+2
-0
No files found.
coreapi/misc.c
View file @
a164602f
...
...
@@ -1749,6 +1749,8 @@ void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, const char *aud
const
MSCryptoSuite
*
linphone_core_get_srtp_crypto_suites
(
LinphoneCore
*
lc
){
const
char
*
config
=
lp_config_get_string
(
lc
->
config
,
"sip"
,
"srtp_crypto_suites"
,
"AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32, AES_256_CM_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32"
);
char
*
tmp
=
ms_strdup
(
config
);
char
*
sep
;
char
*
pos
;
char
*
nextpos
;
...
...
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