[Asterisk-code-review] crypto.h: Repair ./configure --with-ssl=PATH. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Fri Jun 8 06:05:20 CDT 2018
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/9144
Change subject: crypto.h: Repair ./configure --with-ssl=PATH.
......................................................................
crypto.h: Repair ./configure --with-ssl=PATH.
ASTERISK-27908
Change-Id: Iac49d9f82faeb8a4611c6805906bd6d650b1b1d8
---
M channels/chan_iax2.c
M funcs/func_aes.c
M pbx/pbx_dundi.c
3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/44/9144/1
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index d2bf108..6420b5d 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -53,6 +53,7 @@
/*** MODULEINFO
<use type="module">res_crypto</use>
+ <use type="external">crypto</use>
<support_level>core</support_level>
***/
diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index af3f257..6a56909 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
<use type="module">res_crypto</use>
+ <use type="external">crypto</use>
<support_level>core</support_level>
***/
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 0420917..e356d6f 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
<depend>zlib</depend>
<use type="module">res_crypto</use>
+ <use type="external">crypto</use>
<support_level>extended</support_level>
***/
--
To view, visit https://gerrit.asterisk.org/9144
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac49d9f82faeb8a4611c6805906bd6d650b1b1d8
Gerrit-Change-Number: 9144
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180608/88ed60b1/attachment.html>
More information about the asterisk-code-review
mailing list