diff options
| author | tedu <> | 2014-05-30 14:30:50 +0000 |
|---|---|---|
| committer | tedu <> | 2014-05-30 14:30:50 +0000 |
| commit | 67bd16bada684b2830592ec71f9fb0d7690e490f (patch) | |
| tree | cbf937e75b5dc1f5e8f2452d45ad4d6942a9b1d4 /src/lib/libssl/d1_srtp.c | |
| parent | f4109fbc0367c4e1052b93015df4481e5e788146 (diff) | |
| download | openbsd-67bd16bada684b2830592ec71f9fb0d7690e490f.tar.gz openbsd-67bd16bada684b2830592ec71f9fb0d7690e490f.tar.bz2 openbsd-67bd16bada684b2830592ec71f9fb0d7690e490f.zip | |
remove some #if 0 code. we don't need any more reminders that we're using
a not quite appropriate data structure. ok jsing
Diffstat (limited to '')
| -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 | ||
