[Asterisk-code-review] res srtp: Add support for libsrtp2.x on openSUSE. (asterisk[master])

Joshua Colp asteriskteam at digium.com
Wed Mar 14 06:16:40 CDT 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/8501 )

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; 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/8501
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I25c5cb8fa966043d1506ebef449e5a724412b4b6
Gerrit-Change-Number: 8501
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: 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/bc5b7f47/attachment.html>


More information about the asterisk-code-review mailing list