]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_srtp: Add support for libsrtp2.x on openSUSE.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 12 Mar 2018 09:11:15 +0000 (10:11 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 12 Mar 2018 09:18:50 +0000 (03:18 -0600)
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

res/res_srtp.c

index 1077f2337028dc197763d118390d29b5ad8282ae..cda1291faabeab81585d3e7ac56ddb21e3e12e10 100644 (file)
@@ -41,7 +41,6 @@
 
 #if HAVE_SRTP_VERSION > 1
 # include <srtp2/srtp.h>
-# include <srtp2/crypto_types.h>
 # include "srtp/srtp_compat.h"
 # include <openssl/rand.h>
 #else