1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpgsm.c (set_debug): Set the new --debug-level flags.

(main): New option --gpgconf-list.
(main): Do not setup -u and -r keys when not required.
(main): Setup the used character set.

* keydb.c (keydb_add_resource): Print a hint to start the
gpg-agent.
This commit is contained in:
Werner Koch 2004-02-18 17:00:21 +00:00
parent de43297298
commit 1a709b341c
4 changed files with 143 additions and 50 deletions

View file

@ -555,7 +555,7 @@ format_name_writer (void *cookie, const char *buffer, size_t size)
char *
gpgsm_format_name (const char *name)
{
#if defined (HAVE_FOPENCOOKIE)|| defined (HAVE_FUNOPEN)
#if defined (HAVE_FOPENCOOKIE) || defined (HAVE_FUNOPEN)
FILE *fp;
struct format_name_cookie cookie;