aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-05 09:31:31 +0000
committerWerner Koch <[email protected]>2015-10-05 09:31:31 +0000
commit438730323a5d9bbf8dd5cd60d479b6c03f8721d0 (patch)
treeac9e8fc48b649e92b62ab515ae771a81d3afa820 /dirmngr/dirmngr.c
parentpo: Update the German translation. (diff)
downloadgnupg-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.tar.gz
gnupg-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.zip
dirmngr: Make clear that --use-tor is not yet ready for use.
* dirmngr/dirmngr.c (main): Print a warning if --use-tor has been given. * tools/gpgconf-comp.c (gc_options_dirmngr): Make --use-tor invisible.
Diffstat (limited to 'dirmngr/dirmngr.c')
-rw-r--r--dirmngr/dirmngr.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index fb9a70135..31833ebd6 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -960,6 +960,14 @@ main (int argc, char **argv)
log_info ("NOTE: this is a development version!\n");
#endif
+ if (opt.use_tor)
+ {
+ log_info ("WARNING: ***************************************\n");
+ log_info ("WARNING: TOR mode (--use-tor) DOES NOT YET WORK!\n");
+ log_info ("WARNING: ***************************************\n");
+ }
+
+
/* Print a warning if an argument looks like an option. */
if (!opt.quiet && !(pargs.flags & ARGPARSE_FLAG_STOP_SEEN))
{