Changeset 858ea01 for unix.c


Ignore:
Timestamp:
2010-09-30T05:50:43Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6ce2240
Parents:
2dcaf9a
Message:

Allow building OTR support as a plugin. Fairly simple, let's hope I can get
away with doing this without libtool (eep).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    r2dcaf9a r858ea01  
    7777           uses the defaults. Therefore we initialize OTR after SSL. *sigh* */
    7878        ssl_init();
     79#ifdef OTR_BI
    7980        otr_init();
     81#endif
     82        /* And in case OTR is loaded as a plugin, it'll also get loaded after
     83           this point. */
    8084       
    8185        srand( time( NULL ) ^ getpid() );
Note: See TracChangeset for help on using the changeset viewer.