[Asterisk-code-review] res srtp: Add support for libsrtp2.x on openSUSE. (asterisk[15])
Jenkins2
asteriskteam at digium.com
Wed Mar 14 06:24:38 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8502 )
Change subject: res_srtp: Add support for libsrtp2.x on openSUSE.
......................................................................
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
---
M res/res_srtp.c
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 1077f23..cda1291 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -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
--
To view, visit https://gerrit.asterisk.org/8502
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I25c5cb8fa966043d1506ebef449e5a724412b4b6
Gerrit-Change-Number: 8502
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180314/1eb49ae4/attachment-0001.html>
More information about the asterisk-code-review
mailing list