aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-12-11 17:50:38 +0000
committerDavid Shaw <[email protected]>2002-12-11 17:50:38 +0000
commiteb9607707e5f8e86e732b92b137cb55ff6b26c71 (patch)
tree0b6ccb58c2439262252afe98a571aaacc8162907 /g10/g10.c
parent* gpg.sgml: Clarify include-revoked and include-disabled so they match (diff)
downloadgnupg-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index fb4b81018..0452956dc 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -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, "@" },