[Asterisk-code-review] res_stir_shaken: Do not build without OpenSSL. (asterisk[16])
Joshua Colp
asteriskteam at digium.com
Thu Oct 1 05:30:50 CDT 2020
Hello Alexander Traud,
I'd like you to do a code review. Please visit
https://gerrit.asterisk.org/c/asterisk/+/15027
to review the following change.
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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/15027/1
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: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20201001/ebf10f9c/attachment-0001.html>
More information about the asterisk-code-review
mailing list