Remove unused obsolete isc_hash_* function, and just keep the FNV-1a version
This commit is contained in:
@@ -169,8 +169,6 @@ main(int argc, char *argv[])
|
||||
check_result(result, "isc_mem_create");
|
||||
result = isc_entropy_create(mctx, &ectx);
|
||||
check_result(result, "isc_entropy_create");
|
||||
result = isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE);
|
||||
check_result(result, "isc_hash_create");
|
||||
|
||||
isc_buffer_init(&b, porigin, strlen(porigin));
|
||||
isc_buffer_add(&b, strlen(porigin));
|
||||
@@ -288,7 +286,6 @@ main(int argc, char *argv[])
|
||||
|
||||
dns_dbiterator_destroy(&dbiter);
|
||||
dns_db_detach(&db);
|
||||
isc_hash_destroy();
|
||||
isc_entropy_detach(&ectx);
|
||||
isc_mem_destroy(&mctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user