- Timestamp:
- 2008-06-29T23:41:39Z (16 years ago)
- 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. - Location:
- lib
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rcd63d58 rf5d1b31 373 373 void random_bytes( unsigned char *buf, int count ) 374 374 { 375 #ifndef _WIN32 375 376 static int use_dev = -1; 376 377 … … 422 423 423 424 if( !use_dev ) 425 #endif 424 426 { 425 427 int i; -
lib/ssl_bogus.c
rcd63d58 rf5d1b31 61 61 return GAIM_INPUT_READ; 62 62 } 63 64 int ssl_pending( void *conn ) 65 { 66 return 0; 67 }
Note: See TracChangeset
for help on using the changeset viewer.