[Asterisk-code-review] res_stir_shaken: Do not build without OpenSSL. (asterisk[master])

Friendly Automation asteriskteam at digium.com
Tue Apr 14 09:50:57 CDT 2020


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14203 )

Change subject: res_stir_shaken: Do not build without OpenSSL.
......................................................................

res_stir_shaken: Do not build without OpenSSL.

Change-Id: Idba5151a3079f9dcc0076d635422c5df5845114f
---
M res/res_pjsip_stir_shaken.c
M res/res_stir_shaken.c
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/res/res_pjsip_stir_shaken.c b/res/res_pjsip_stir_shaken.c
index 58b0cc5..702383c 100644
--- a/res/res_pjsip_stir_shaken.c
+++ b/res/res_pjsip_stir_shaken.c
@@ -17,6 +17,7 @@
  */
 
 /*** MODULEINFO
+	<depend>crypto</depend>
 	<support_level>core</support_level>
  ***/
 
diff --git a/res/res_stir_shaken.c b/res/res_stir_shaken.c
index cb4cc82..3ea7ae9 100644
--- a/res/res_stir_shaken.c
+++ b/res/res_stir_shaken.c
@@ -17,6 +17,7 @@
  */
 
 /*** MODULEINFO
+	<depend>crypto</depend>
 	<support_level>core</support_level>
  ***/
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14203
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Idba5151a3079f9dcc0076d635422c5df5845114f
Gerrit-Change-Number: 14203
Gerrit-PatchSet: 3
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-CC: Benjamin Keith Ford <bford at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200414/0f74086f/attachment.html>


More information about the asterisk-code-review mailing list