srtp-utils: Remove unused variable srtp_crypto_suites
This commit is contained in:

committed by
Evangelos Ribeiro Tzaras

parent
4fa542751b
commit
8eb46de6f9
@@ -51,16 +51,6 @@
|
|||||||
/* The default used in libsrtp (and GstSrtpEnc/GstSrtpDec) */
|
/* The default used in libsrtp (and GstSrtpEnc/GstSrtpDec) */
|
||||||
#define SRTP_DEFAULT_WINDOW_SIZE 128
|
#define SRTP_DEFAULT_WINDOW_SIZE 128
|
||||||
|
|
||||||
const char * srtp_crypto_suites[] = {
|
|
||||||
"AES_CM_128_HMAC_SHA1_32", /* RFC 4568 */
|
|
||||||
"AES_CM_128_HMAC_SHA1_80", /* RFC 4568 */
|
|
||||||
"F8_128_HMAC_SHA1_32", /* RFC 4568 but not supported by GstSrtpEnc/GstSrtpDec */
|
|
||||||
"AEAD_AES_128_GCM", /* RFC 7714 TODO support in the future */
|
|
||||||
"AEAD_AES_256_GCM", /* RFC 7714 TODO support in the future */
|
|
||||||
NULL
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
static gsize
|
static gsize
|
||||||
get_key_size_for_suite (calls_srtp_crypto_suite suite)
|
get_key_size_for_suite (calls_srtp_crypto_suite suite)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user