From 32b07f5a80d22b34cfcd6df76d425bed771b0146 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=utf8 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 f18f4a0103..ae51b58d4e 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -115,12 +115,12 @@ Copyright (C) 2011, RTFM, Inc. */ -#ifndef OPENSSL_NO_SRTP #include #include #include "ssl_locl.h" +#ifndef OPENSSL_NO_SRTP static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= { -- 2.25.1