diff options
author | Werner Koch <[email protected]> | 2003-07-03 18:10:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-03 18:10:13 +0000 |
commit | 8b9f0bda3dc81a8e7ffa29dfc6589f364ee53aad (patch) | |
tree | d3a3895b0d09cefaa1ee07831f474d85677dd8dd /scd/sc-investigate.c | |
parent | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. (diff) | |
download | gnupg-8b9f0bda3dc81a8e7ffa29dfc6589f364ee53aad.tar.gz gnupg-8b9f0bda3dc81a8e7ffa29dfc6589f364ee53aad.zip |
* app-openpgp.c (do_setattr): Add setting of the URL.
(app_select_openpgp): Dump card data only in very verbose mode.
(do_decipher): New.
Diffstat (limited to 'scd/sc-investigate.c')
-rw-r--r-- | scd/sc-investigate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/sc-investigate.c b/scd/sc-investigate.c index 1100bdf43..e7fd6dddc 100644 --- a/scd/sc-investigate.c +++ b/scd/sc-investigate.c @@ -140,6 +140,9 @@ main (int argc, char **argv ) if (log_get_errorcount(0)) exit(2); + if (opt.verbose < 2) + opt.verbose = 2; /* hack to let select_openpgp print some info. */ + if (argc) usage (1); |