mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Compare commits
2 Commits
d417e45df3
...
f5bdd3ffcc
Author | SHA1 | Date | |
---|---|---|---|
|
f5bdd3ffcc | ||
|
ea808c2cb8 |
@ -1647,7 +1647,7 @@ static void switch_core_session_parse_crypto_prefs(switch_core_session_t *sessio
|
|||||||
int ok = 0;
|
int ok = 0;
|
||||||
|
|
||||||
for (j = 0; j < CRYPTO_INVALID; j++) {
|
for (j = 0; j < CRYPTO_INVALID; j++) {
|
||||||
if (!strcasecmp(fields[i], SUITES[j].name)) {
|
if (!strcasecmp(fields[i], SUITES[j].name) || !strcasecmp(fields[i], SUITES[j].alias)) {
|
||||||
smh->crypto_suite_order[k++] = SUITES[j].type;
|
smh->crypto_suite_order[k++] = SUITES[j].type;
|
||||||
ok++;
|
ok++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user