Changeset 5959:b568f7b84e08 in roaraudio for libroar/config.c


Ignore:
Timestamp:
01/04/14 05:16:50 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Also use uname() and hostid for seeding nonce generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r5895 r5959  
    7070  } 
    7171 
     72  roar_random_salt_nonce(&config, sizeof(config)); 
     73 
    7274  inited++; 
    7375 } 
     
    345347  } 
    346348 } 
     349 
     350 roar_random_salt_nonce(&config, sizeof(config)); 
    347351 
    348352 return 0; 
Note: See TracChangeset for help on using the changeset viewer.