summaryrefslogtreecommitdiffstats
path: root/src/ssl/d1_srtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/d1_srtp.c')
-rw-r--r--src/ssl/d1_srtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/d1_srtp.c b/src/ssl/d1_srtp.c
index 628bb29..115bd70 100644
--- a/src/ssl/d1_srtp.c
+++ b/src/ssl/d1_srtp.c
@@ -133,7 +133,7 @@ const SRTP_PROTECTION_PROFILE kSRTPProfiles[] = {
{
"SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32,
},
- {0},
+ {0, 0},
};
static int find_profile_by_name(const char *profile_name,