Move s->s3->rrec to s->rlayer->rrec
[openssl.git] / ssl / d1_srtp.c
index c7861b8c8ffd58a9fb2987782da5c2cfa36a14aa..0d62de6aea4782e193b2f262573a54885f470558 100644 (file)
@@ -129,16 +129,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}
 };