aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 18:39:05 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 18:39:05 +0000
commit28aa92ffb7828c0ef46576e07483ac01d132627d (patch)
treede9d333f4646144068bc7acdccd6181c9b7bfac8 /channels/chan_sip.c
parentccf77f3ef6e80883bc873374f2dad0b5024d7199 (diff)
Merged revisions 288961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r288961 | tilghman | 2010-09-27 13:37:41 -0500 (Mon, 27 Sep 2010) | 5 lines 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/trunk@288962 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-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 06e26c98b..ec678aa64 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>
***/