From 6ee7de1eb3cb3a47a824cf5de1e6a2522fb1e998 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 22 Dec 2014 11:34:24 +0000 Subject: [PATCH] Additional fix required for no-srtp to work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RT3638 Reviewed-by: Emilia Käsper --- ssl/d1_srtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index ac1bef00a..49bd9b14e 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -115,13 +115,13 @@ Copyright (C) 2011, RTFM, Inc. */ -#ifndef OPENSSL_NO_SRTP #include #include #include "ssl_locl.h" #include "srtp.h" +#ifndef OPENSSL_NO_SRTP static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= {