mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-20 00:08:52 -04:00
parent
b28fd545ca
commit
ebdf2334f5
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ totext_openpgpkey(ARGS_TOTEXT) {
|
|||
/*
|
||||
* Keyring
|
||||
*/
|
||||
RETERR(str_totext(tctx->linebreak, target));
|
||||
if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
||||
RETERR(str_totext("( ", target));
|
||||
|
||||
if ((tctx->flags & DNS_STYLEFLAG_NOCRYPTO) == 0) {
|
||||
if (tctx->width == 0) /* No splitting */
|
||||
RETERR(isc_base64_totext(&sr, 60, "", target));
|
||||
|
|
|
|||
Loading…
Reference in a new issue