aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-08-09 07:31:54 +0000
committerWerner Koch <[email protected]>2024-08-09 07:31:54 +0000
commit8735b87411ffc84b148874b4fc886af79aafddeb (patch)
tree5a0a1d876e25823bb6e6afb00197a4ceb5fb1181 /g10/gpg.c
parentgpg: Increase compress buffer size. (diff)
downloadgnupg-8735b87411ffc84b148874b4fc886af79aafddeb.tar.gz
gnupg-8735b87411ffc84b148874b4fc886af79aafddeb.zip
gpg: New debug flag "keydb".
* g10/options.h (DBG_KEYDB_VALUE): New. * g10/gpg.c (debug_flags): Add it. * g10/keydb.c: Replace all DBG_LOOKUP by DBG_KEYDB. * g10/keyring.c: Ditto. * g10/call-keyboxd.c: Ditto. -- Using "lookup" also for key search debugging was not a good idea. This uses a separate flag for the latter.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 7abebbc6e..aab884d02 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1035,6 +1035,7 @@ static struct debug_flags_s debug_flags [] =
{ DBG_CLOCK_VALUE , "clock" },
{ DBG_LOOKUP_VALUE , "lookup" },
{ DBG_EXTPROG_VALUE, "extprog" },
+ { DBG_KEYDB_VALUE, "keydb" },
{ 0, NULL }
};