提交 ea4313a1 authored 作者: Mike Jerris's avatar Mike Jerris

FS-10853: remove extern that is no longer needed

上级 a65a5f0c
...@@ -70,8 +70,6 @@ typedef struct switch_srtp_crypto_suite_s { ...@@ -70,8 +70,6 @@ typedef struct switch_srtp_crypto_suite_s {
int salt_len; int salt_len;
} switch_srtp_crypto_suite_t; } switch_srtp_crypto_suite_t;
extern switch_srtp_crypto_suite_t SUITES[CRYPTO_INVALID];
struct switch_rtp_crypto_key { struct switch_rtp_crypto_key {
uint32_t index; uint32_t index;
switch_rtp_crypto_key_type_t type; switch_rtp_crypto_key_type_t type;
......
...@@ -3854,7 +3854,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_add_crypto_key(switch_rtp_t *rtp_sess ...@@ -3854,7 +3854,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_add_crypto_key(switch_rtp_t *rtp_sess
srtp_master_key_t *mki = NULL; srtp_master_key_t *mki = NULL;
int mki_idx = 0; int mki_idx = 0;
keysalt_len = SUITES[ssec->crypto_type].keysalt_len; keysalt_len = switch_core_media_crypto_keysalt_len(ssec->crypto_type);
if (direction >= SWITCH_RTP_CRYPTO_MAX || keysalt_len > SWITCH_RTP_MAX_CRYPTO_LEN) { if (direction >= SWITCH_RTP_CRYPTO_MAX || keysalt_len > SWITCH_RTP_MAX_CRYPTO_LEN) {
return SWITCH_STATUS_FALSE; return SWITCH_STATUS_FALSE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论