From: Matt Caswell Date: Mon, 22 Dec 2014 11:34:24 +0000 (+0000) Subject: Additional fix required for no-srtp to work X-Git-Tag: OpenSSL_1_0_2~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ee7de1eb3cb3a47a824cf5de1e6a2522fb1e998;p=oweals%2Fopenssl.git Additional fix required for no-srtp to work RT3638 Reviewed-by: Emilia Käsper --- diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index ac1bef00ac..49bd9b14e0 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[]= {