2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

checkpoint

This commit is contained in:
Michael Graff
2000-06-09 17:48:08 +00:00
parent b48abf6b85
commit 630a955711
2 changed files with 36 additions and 13 deletions

View File

@@ -87,6 +87,8 @@ main(int argc, char **argv) {
}
hex_dump("good data only:", buffer, returned);
isc_entropy_stats(ent, stderr);
CHECK("isc_entropy_getdata()",
isc_entropy_getdata(ent, buffer, 128, NULL, 0));