aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-14 09:20:42 +0000
committerWerner Koch <[email protected]>2001-12-14 09:20:42 +0000
commit595c2cbd871d701b39aa55d8a0f6972166ba3dab (patch)
tree55518d8263d3a4da67b0dd8ed9133105835ecf50 /sm/gpgsm.c
parentChange history, doubleplusgood. (diff)
downloadgnupg-595c2cbd871d701b39aa55d8a0f6972166ba3dab.tar.gz
gnupg-595c2cbd871d701b39aa55d8a0f6972166ba3dab.zip
* keylist.c (list_cert_colon): Print alternative names of subject
and a few other values.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index c36fd17ea..6a5368ae2 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -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;