2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00
This commit is contained in:
Michael Graff
2000-06-09 22:24:22 +00:00
parent 2003deb5d1
commit f8b50c193f
3 changed files with 2 additions and 12 deletions

View File

@@ -71,10 +71,9 @@ main(int argc, char **argv) {
isc_entropy_stats(ent, stderr);
#if 1
#if 0
devrandom = NULL;
flags = 0;
flags |= ISC_ENTROPYSOURCE_ISDEVICE;
CHECK("isc_entropy_createfilesource()",
isc_entropy_createfilesource(ent, "/dev/random",
flags, &devrandom));