mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2004-04-29 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (change_options_program): Turn on utf8-strings in the gpgconf specific part of the config file for the GnuPG backend.
This commit is contained in:
parent
cb76c9bc77
commit
8370e202cc
@ -1,3 +1,9 @@
|
|||||||
|
2004-04-29 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgconf-comp.c (change_options_program): Turn on utf8-strings in
|
||||||
|
the gpgconf specific part of the config file for the GnuPG
|
||||||
|
backend.
|
||||||
|
|
||||||
2004-04-28 Werner Koch <wk@gnupg.org>
|
2004-04-28 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
|
* gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
|
||||||
|
@ -2075,6 +2075,11 @@ change_options_program (gc_component_t component, gc_backend_t backend,
|
|||||||
Now, dump the changed options (except for those we are going to
|
Now, dump the changed options (except for those we are going to
|
||||||
revert to their default), and write the end marker, possibly
|
revert to their default), and write the end marker, possibly
|
||||||
followed by the rest of the original file. */
|
followed by the rest of the original file. */
|
||||||
|
|
||||||
|
/* We have to turn on UTF8 strings for GnuPG. */
|
||||||
|
if (backend == GC_BACKEND_GPG)
|
||||||
|
fprintf (src_file, "utf8-strings\n");
|
||||||
|
|
||||||
option = gc_component[component].options;
|
option = gc_component[component].options;
|
||||||
while (option->name)
|
while (option->name)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user