- definitions of random devices moved

This commit is contained in:
Jan Hutter
2005-11-25 08:55:12 +00:00
parent adad211cb2
commit f024eaf5d4
+8
View File
@@ -156,7 +156,15 @@ struct mapping_t
char *mapping_find(mapping_t *mappings, int value);
/**
* Default random device used when no device is given.
*/
#define DEFAULT_RANDOM_DEVICE "/dev/random"
/**
* Pseudo random device used when no device is given.
*/
#define DEFAULT_PSEUDO_RANDOM_DEVICE "/dev/urandom"
#endif /*DEFINITIONS_H_*/