From 0fb284ac24a010e6029f01494f44ab907bb5e79b Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 20 Jan 2004 16:09:38 +0000 Subject: * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, keyring.c (keyring_rebuild_cache): Add "noisy" flag so cache rebuilds can remain noisy when called for itself, and quiet when called as part of the trustdb rebuild. * trustdb.c (validate_keys): Rebuild the sig caches before building the trustdb. Note that this is going to require some architectual re-thinking, as it is agonizingly slow. --- g10/g10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/g10.c') diff --git a/g10/g10.c b/g10/g10.c index 20d781cf3..d6d518b2d 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -3023,7 +3023,7 @@ main( int argc, char **argv ) case aRebuildKeydbCaches: if (argc) wrong_args ("--rebuild-keydb-caches"); - keydb_rebuild_caches (); + keydb_rebuild_caches (1); break; #ifdef ENABLE_CARD_SUPPORT -- cgit v1.2.3