[asterisk-commits] tilghman: branch 1.8 r288961 - /branches/1.8/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 27 13:37:46 CDT 2010


Author: tilghman
Date: Mon Sep 27 13:37:41 2010
New Revision: 288961

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=288961
Log:
Still build SIP, even if res_crypto cannot be built (use, not depend).

(closes issue #18062)
 Reported by: a user on the mailing list

Modified:
    branches/1.8/channels/chan_sip.c

Modified: branches/1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=288961&r1=288960&r2=288961
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Mon Sep 27 13:37:41 2010
@@ -162,7 +162,7 @@
  */
 
 /*** MODULEINFO
-	<depend>res_crypto</depend>
+	<use>res_crypto</use>
 	<depend>chan_local</depend>
  ***/
 




More information about the asterisk-commits mailing list