[Asterisk-code-review] crypto.h: Repair ./configure --with-ssl=PATH. (asterisk[15])

Alexander Traud asteriskteam at digium.com
Fri Jun 8 06:03:41 CDT 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/9146


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/46/9146/1

diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 28282dc..11de98a 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 7208cd4..2eefb05 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 d80f660..bccc3eb 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/9146
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac49d9f82faeb8a4611c6805906bd6d650b1b1d8
Gerrit-Change-Number: 9146
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/f504f1cf/attachment.html>


More information about the asterisk-code-review mailing list