mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Merged rt31459d (openssl random)
This commit is contained in:
@@ -1931,12 +1931,11 @@ main(int argc, char *argv[]) {
|
||||
|
||||
ectx = NULL;
|
||||
RUNCHECK(isc_entropy_create(mctx, &ectx));
|
||||
RUNCHECK(dst_lib_init(mctx, ectx, ISC_ENTROPY_GOODONLY));
|
||||
RUNCHECK(isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE));
|
||||
RUNCHECK(isc_entropy_getdata(ectx, cookie_secret,
|
||||
sizeof(cookie_secret), NULL, 0));
|
||||
|
||||
RUNCHECK(dst_lib_init(mctx, ectx, ISC_ENTROPY_GOODONLY));
|
||||
|
||||
ISC_LIST_INIT(queries);
|
||||
parse_args(ISC_FALSE, argc, argv);
|
||||
if (server == NULL)
|
||||
|
Reference in New Issue
Block a user