[Asterisk-code-review] declare optional openssl dependencies in moduleinfo (asterisk[15])

Joshua Colp asteriskteam at digium.com
Mon Oct 16 06:03:06 CDT 2017


Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/6808


Change subject: declare optional openssl dependencies in moduleinfo
......................................................................

declare optional openssl dependencies in moduleinfo

Declare optional openssl dependencies in:
* res_rtp_asterisk.c
* tcptls.c

ASTERISK-27328 #close

Change-Id: I2636f1c05b8104b4fe6f36cce0ebd9a98b9c78ab
---
M main/tcptls.c
M res/res_rtp_asterisk.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/08/6808/1

diff --git a/main/tcptls.c b/main/tcptls.c
index a25e25b..4a95f72 100644
--- a/main/tcptls.c
+++ b/main/tcptls.c
@@ -26,6 +26,7 @@
  */
 
 /*** MODULEINFO
+	<use type="external">openssl</use>
 	<support_level>core</support_level>
  ***/
 
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 7bf5b00..f5d9134 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -29,6 +29,7 @@
  */
 
 /*** MODULEINFO
+	<use type="external">openssl</use>
 	<use type="external">pjproject</use>
 	<support_level>core</support_level>
  ***/

-- 
To view, visit https://gerrit.asterisk.org/6808
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2636f1c05b8104b4fe6f36cce0ebd9a98b9c78ab
Gerrit-Change-Number: 6808
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171016/42b6d39d/attachment-0001.html>


More information about the asterisk-code-review mailing list