* SOFTWARE.
*/
-/* $Id: rndc.c,v 1.12.2.4 2000/07/12 00:02:11 gson Exp $ */
+/* $Id: rndc.c,v 1.12.2.5 2000/07/12 01:18:55 gson Exp $ */
/*
* Principal Author: DCL
DO("create entropy pool", isc_entropy_create(mctx, &entropy));
/* XXXDCL probably should use ISC_ENTROPY_GOOD. talk with graff. */
DO("initialize digital signatures",
- dst_lib_init(mctx, entropy, NULL));
+ dst_lib_init(mctx, entropy, 0));
DO(conffile, dns_c_ndcparseconf(conffile, mctx, &config));