From: Alexander Traud Date: Mon, 12 Mar 2018 09:11:15 +0000 (+0100) Subject: res_srtp: Add support for libsrtp2.x on openSUSE. X-Git-Tag: 16.0.0-rc1~270^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9164be19d20d7871640867ee65dcbcd8cacb4149;p=thirdparty%2Fasterisk.git res_srtp: Add support for libsrtp2.x on openSUSE. Since ASTERISK-27253, no symbols from the header srtp2/crypto_types.h are used anymore. Therefore, its include statement can be removed. This allows to compile Asterisk on platforms which do not offer this private header, like openSUSE. ASTERISK-27733 Change-Id: I25c5cb8fa966043d1506ebef449e5a724412b4b6 --- diff --git a/res/res_srtp.c b/res/res_srtp.c index 1077f23370..cda1291faa 100644 --- a/res/res_srtp.c +++ b/res/res_srtp.c @@ -41,7 +41,6 @@ #if HAVE_SRTP_VERSION > 1 # include -# include # include "srtp/srtp_compat.h" # include #else