diff options
author | David Shaw <[email protected]> | 2005-12-19 01:51:31 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-19 01:51:31 +0000 |
commit | aebd3a04f30652aea221b4d1481fae3e62a40f7e (patch) | |
tree | 7b47484cf8d9064330e09413802bd6c2be0ac6f8 /g10/gpg.c | |
parent | * gpg.c (main): Don't default to import-options convert-sk-to-pk. It (diff) | |
download | gnupg-aebd3a04f30652aea221b4d1481fae3e62a40f7e.tar.gz gnupg-aebd3a04f30652aea221b4d1481fae3e62a40f7e.zip |
* gpg.c (main): Restore convert-sk-to-pk as programs rely on it.
* keyid.c (usagestr_from_pk): Remove special PUBKEY_USAGE_CERT flag.
It's no longer needed.
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1693,6 +1693,7 @@ 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; |