1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* keylist.c (list_cert_colon): Print alternative names of subject

and a few other values.
This commit is contained in:
Werner Koch 2001-12-14 09:20:42 +00:00
parent 0cc8790425
commit 595c2cbd87
2 changed files with 6 additions and 2 deletions

View file

@ -950,6 +950,12 @@ main ( int argc, char **argv)
switch (cmd)
{
case aServer:
#if 0
log_debug ("waiting for debugger my pid is %u .....\n",
(unsigned int)getpid());
sleep (5);
log_debug ("... okay\n");
#endif
gpgsm_server ();
break;