[Asterisk-code-review] res_stir_shaken: Build even without OpenSSL. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Mon Apr 13 11:47:29 CDT 2020
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14203 )
Change subject: res_stir_shaken: Build even without OpenSSL.
......................................................................
res_stir_shaken: Build even 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/03/14203/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/+/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: 1
Gerrit-Owner: 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/20200413/f40b7390/attachment.html>
More information about the asterisk-code-review
mailing list