Skip to content
Snippets Groups Projects
Commit e9f49bbc authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Removed assertion, since it's checked in base32hex_encode().

parent 0ed1e174
No related branches found
No related tags found
No related merge requests found
......@@ -842,7 +842,6 @@ knot_dname_t *create_nsec3_owner(const knot_dname_t *owner,
knot_dname_t *knot_nsec3_hash_to_dname(const uint8_t *hash, size_t hash_size,
const knot_dname_t *zone_apex)
{
assert(hash);
assert(zone_apex);
// encode raw hash to first label
......
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