summaryrefslogtreecommitdiffstats
path: root/lib/libssl/d1_srtp.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-05-30 14:30:50 +0000
committertedu <tedu@openbsd.org>2014-05-30 14:30:50 +0000
commit1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597 (patch)
tree2b58d1129172016074a403c60651f50bc02be631 /lib/libssl/d1_srtp.c
parentMake use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and (diff)
downloadwireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.tar.xz
wireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.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 'lib/libssl/d1_srtp.c')
-rw-r--r--lib/libssl/d1_srtp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libssl/d1_srtp.c b/lib/libssl/d1_srtp.c
index 146ce321c8e..f069848b7e4 100644
--- a/lib/libssl/d1_srtp.c
+++ b/lib/libssl/d1_srtp.c
@@ -133,16 +133,6 @@ static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= {
"SRTP_AES128_CM_SHA1_32",
SRTP_AES128_CM_SHA1_32,
},
-#if 0
- {
- "SRTP_NULL_SHA1_80",
- SRTP_NULL_SHA1_80,
- },
- {
- "SRTP_NULL_SHA1_32",
- SRTP_NULL_SHA1_32,
- },
-#endif
{0}
};