mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
b12d50dccd
commit
26eeebf512
2 changed files with 7 additions and 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue