Skip to content
Snippets Groups Projects
Commit 687410a9 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed NSEC3 test.

parent f4af0af9
No related branches found
No related tags found
1 merge request!123DNSSEC - NSEC/NSEC3 chain fix
......@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
.salt = (uint8_t *)"\xc0\x01", .salt_length = 2
};
knot_dname_t *result = create_nsec3_owner(owner, apex, &params);
knot_dname_t *result = knot_create_nsec3_owner(owner, apex, &params);
is_int(0, knot_dname_cmp(result, expect), "create_nsec3_owner()");
knot_dname_free(&result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment