Changes in unix.c [ba5add7:eeb85a8]
Legend:
- Unmodified
- Added
- Removed
-
unix.c
rba5add7 reeb85a8 27 27 #include "commands.h" 28 28 #include "crypting.h" 29 #include "otr.h"30 29 #include "protocols/nogaim.h" 31 30 #include "help.h" 32 31 #include "ipc.h" 33 #include "lib/ssl_client.h"34 32 #include <signal.h> 35 33 #include <unistd.h> … … 56 54 b_main_init(); 57 55 nogaim_init(); 58 /* Ugly Note: libotr and gnutls both use libgcrypt. libgcrypt59 has a process-global config state whose initialization happpens60 twice if libotr and gnutls are used together. libotr installs custom61 memory management functions for libgcrypt while our gnutls module62 uses the defaults. Therefore we initialize OTR after SSL. *sigh* */63 ssl_init();64 otr_init();65 56 66 57 srand( time( NULL ) ^ getpid() );
Note: See TracChangeset
for help on using the changeset viewer.