Changeset f5d1b31 for lib/misc.c


Ignore:
Timestamp:
2008-06-29T23:41:39Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
dfd442b
Parents:
cd63d58 (diff), 913545e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging changes from Jelmer: It's now possible to cross-compile a Windows
version of BitlBee from Linux. No working SSL support yet though!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.c

    rcd63d58 rf5d1b31  
    373373void random_bytes( unsigned char *buf, int count )
    374374{
     375#ifndef _WIN32
    375376        static int use_dev = -1;
    376377       
     
    422423       
    423424        if( !use_dev )
     425#endif
    424426        {
    425427                int i;
Note: See TracChangeset for help on using the changeset viewer.