]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Still build SIP, even if res_crypto cannot be built (use, not depend).
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 27 Sep 2010 18:37:41 +0000 (18:37 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 27 Sep 2010 18:37:41 +0000 (18:37 +0000)
(closes issue #18062)
 Reported by: a user on the mailing list

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@288961 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 5823735dde9dfbfd0a975ac1747d0e87a3fea0bf..cc110c830b326448549a6f2fe06b057a541283a4 100644 (file)
  */
 
 /*** MODULEINFO
-       <depend>res_crypto</depend>
+       <use>res_crypto</use>
        <depend>chan_local</depend>
  ***/