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:
parent
de43297298
commit
1a709b341c
4 changed files with 143 additions and 50 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue