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

George Joseph asteriskteam at digium.com
Tue Oct 6 09:07:58 CDT 2020


George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15027 )

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:
  Alexander Traud: Looks good to me, but someone else must approve
  Benjamin Keith Ford: 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/+/15027
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Idba5151a3079f9dcc0076d635422c5df5845114f
Gerrit-Change-Number: 15027
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20201006/41757068/attachment.html>


More information about the asterisk-code-review mailing list