diff options
Diffstat (limited to 'src/lib/libssl/d1_srtp.c')
-rw-r--r-- | src/lib/libssl/d1_srtp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libssl/d1_srtp.c b/src/lib/libssl/d1_srtp.c index 146ce321c8..f069848b7e 100644 --- a/src/lib/libssl/d1_srtp.c +++ b/src/lib/libssl/d1_srtp.c | |||
@@ -133,16 +133,6 @@ static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= { | |||
133 | "SRTP_AES128_CM_SHA1_32", | 133 | "SRTP_AES128_CM_SHA1_32", |
134 | SRTP_AES128_CM_SHA1_32, | 134 | SRTP_AES128_CM_SHA1_32, |
135 | }, | 135 | }, |
136 | #if 0 | ||
137 | { | ||
138 | "SRTP_NULL_SHA1_80", | ||
139 | SRTP_NULL_SHA1_80, | ||
140 | }, | ||
141 | { | ||
142 | "SRTP_NULL_SHA1_32", | ||
143 | SRTP_NULL_SHA1_32, | ||
144 | }, | ||
145 | #endif | ||
146 | {0} | 136 | {0} |
147 | }; | 137 | }; |
148 | 138 | ||