mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpgconf: Add missing linefeed to the -X output.
* tools/gpgconf.c (show_registry_entries_from_file): Add missing LF.
This commit is contained in:
parent
5a1bf7e552
commit
f7f939234b
@ -1519,6 +1519,16 @@ show_other_registry_entries (estream_t outfp)
|
|||||||
{ 3, "combinedOpsEnabled" },
|
{ 3, "combinedOpsEnabled" },
|
||||||
{ 3, "encryptSubject" },
|
{ 3, "encryptSubject" },
|
||||||
{ 0, NULL }
|
{ 0, NULL }
|
||||||
|
/* We should add the following key but also hide unset ones.:
|
||||||
|
* "smimeNoCertSigErr"
|
||||||
|
* "smimeHtmlWarnShown"
|
||||||
|
* "alwaysShowApproval"
|
||||||
|
* "syncDec"
|
||||||
|
* "syncEnc"
|
||||||
|
* "draftEnc"
|
||||||
|
* "draftKey"
|
||||||
|
* Or we just interate over the GpgOL keys.
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
int idx;
|
int idx;
|
||||||
int group = 0;
|
int group = 0;
|
||||||
@ -1612,7 +1622,7 @@ show_registry_entries_from_file (estream_t outfp)
|
|||||||
if (!any)
|
if (!any)
|
||||||
{
|
{
|
||||||
any = 1;
|
any = 1;
|
||||||
es_fprintf (outfp, "Taken from gpgconf.rnames:\n");
|
es_fprintf (outfp, "\nTaken from gpgconf.rnames:\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
es_fprintf (outfp, " %s\n ->%s<-%s\n", line, value,
|
es_fprintf (outfp, " %s\n ->%s<-%s\n", line, value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user