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

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


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


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/09/6809/1

diff --git a/main/tcptls.c b/main/tcptls.c
index e8ce2ce..144b32f 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 e5a7cdb..a9bdf68 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/6809
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2636f1c05b8104b4fe6f36cce0ebd9a98b9c78ab
Gerrit-Change-Number: 6809
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/ae9267d3/attachment.html>


More information about the asterisk-code-review mailing list