Changeset 2e0f24d for lib/misc.c
- Timestamp:
- 2008-06-10T21:09:08Z (16 years ago)
- Branches:
- master
- Children:
- 178e2f8
- Parents:
- b6cd9e9 (diff), 6a72a57 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rb6cd9e9 r2e0f24d 398 398 void random_bytes( unsigned char *buf, int count ) 399 399 { 400 #ifndef _WIN32 400 401 static int use_dev = -1; 401 402 … … 447 448 448 449 if( !use_dev ) 450 #endif 449 451 { 450 452 int i;
Note: See TracChangeset
for help on using the changeset viewer.