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: https://origsvn.digium.com/svn/asterisk/trunk@288962
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
*/
/*** MODULEINFO
- <depend>res_crypto</depend>
+ <use>res_crypto</use>
<depend>chan_local</depend>
***/