aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 18:37:41 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 18:37:41 +0000
commit605fa0ba12281102da107ca469f6ba0fbfcfb3d1 (patch)
treefd8985a29441d7cc2d2657e1ebae128868a14ae5 /channels
parent319873b9e57312738e742a50637a2931e8fb69ea (diff)
Still build SIP, even if res_crypto cannot be built (use, not depend).
(closes issue #18062) Reported by: a user on the mailing list git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@288961 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5823735dd..cc110c830 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -162,7 +162,7 @@
*/
/*** MODULEINFO
- <depend>res_crypto</depend>
+ <use>res_crypto</use>
<depend>chan_local</depend>
***/