mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
scripts/showkey: fix a typo in program output
This commit is contained in:
parent
3a7ffd53fd
commit
6b8df47166
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ static int print_key(const dnssec_key_t *key)
|
|||
" .public_key = { .size = %zu, .data = (uint8_t []){%s\n"
|
||||
" }},\n"
|
||||
" .rdata = { .size = %zu, .data = (uint8_t []){\n"
|
||||
" %02x, 0x%02x, 0x%02x, 0x%02x,%s\n"
|
||||
" 0x%02x, 0x%02x, 0x%02x, 0x%02x,%s\n"
|
||||
" }},\n"
|
||||
" .key_id = \"%s\",\n"
|
||||
" .keytag = %d,\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue