From 58972f24c406ab1619efac2b3ff91e13923efe5f Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 2 Oct 2002 22:01:29 +0000 Subject: * import.c (import_secret_one): Check for an illegal (>110) protection cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher in question is in fact IDEA. --- g10/trustdb.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'g10/trustdb.c') diff --git a/g10/trustdb.c b/g10/trustdb.c index 85b7dbcb9..fe2ad34e3 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -247,7 +247,6 @@ verify_own_keys(void) ulong recnum; int rc; struct key_item *k; - int hint_shown = 0; if (utk_list) return; @@ -296,14 +295,7 @@ verify_own_keys(void) | TRUST_ULTIMATE )); release_public_key_parts (&pk); } - if (!hint_shown) - { - log_info ("the --trusted-key option is now obsolete; " - "use the --edit command instead.\n"); - log_info ("given keys will be marked as trusted\n"); - hint_shown = 1; - } - log_info ("key %08lX marked as ultimately trusted\n", + log_info (_("key %08lX marked as ultimately trusted\n"), (ulong)k->kid[1]); } } -- cgit v1.2.3