diff options
author | David Shaw <[email protected]> | 2005-12-14 14:52:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-14 14:52:04 +0000 |
commit | 26eeebf5124f422cc6ea36cf0aee4fd0b4de48e4 (patch) | |
tree | dd39f4797ddb5c001b189f4c818a9f44ce2c427d /g10/gpg.c | |
parent | * ttyio.c (tty_enable_completion, tty_disable_completion): Add checks (diff) | |
download | gnupg-26eeebf5124f422cc6ea36cf0aee4fd0b4de48e4.tar.gz gnupg-26eeebf5124f422cc6ea36cf0aee4fd0b4de48e4.zip |
* gpg.c (main): Don't default to import-options convert-sk-to-pk. It
causes confusing warning messages when importing a PGP-exported key
that contains a secret key without selfsigs followed by the public
key.
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1693,7 +1693,6 @@ main (int argc, char **argv ) opt.pgp2_workarounds = 1; opt.force_v3_sigs = 1; opt.escape_from = 1; - opt.import_options=IMPORT_SK2PK; opt.export_options=EXPORT_ATTRIBUTES; opt.keyserver_options.import_options=IMPORT_REPAIR_PKS_SUBKEY_BUG; opt.keyserver_options.export_options=EXPORT_ATTRIBUTES; |