diff options
author | David Shaw <[email protected]> | 2002-12-11 17:50:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-12-11 17:50:38 +0000 |
commit | eb9607707e5f8e86e732b92b137cb55ff6b26c71 (patch) | |
tree | 0b6ccb58c2439262252afe98a571aaacc8162907 /g10/g10.c | |
parent | * gpg.sgml: Clarify include-revoked and include-disabled so they match (diff) | |
download | gnupg-eb9607707e5f8e86e732b92b137cb55ff6b26c71.tar.gz gnupg-eb9607707e5f8e86e732b92b137cb55ff6b26c71.zip |
* tdbio.c (tdbio_read_record, tdbio_write_record): Compact the
RECTYPE_TRUST records a bit.
* g10.c (main): Comment out --list-trust-path until it can be implemented.
* import.c (import_one): Warn when importing an Elgamal primary that this
may take some time (to verify self-sigs). (chk_self_sigs): Try and cache
all self-sigs so the keyblock is written to the keyring with a good rich
cache.
* keygen.c (ask_algo): Make the Elgamal sign+encrypt warning stronger, and
remove the RSA sign+encrypt warning.
Diffstat (limited to '')
-rw-r--r-- | g10/g10.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -498,7 +498,8 @@ static ARGPARSE_OPTS opts[] = { { aExportOwnerTrust, "list-ownertrust",0 , "@"}, /* alias */ { aPrintMDs, "print-mds" , 256, "@"}, /* old */ { aListTrustDB, "list-trustdb",0 , "@"}, - { aListTrustPath, "list-trust-path",0, "@"}, + /* Not yet used */ + /* { aListTrustPath, "list-trust-path",0, "@"}, */ { aPipeMode, "pipemode", 0, "@" }, { oKOption, NULL, 0, "@"}, { oPasswdFD, "passphrase-fd",1, "@" }, |