mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
compress stuff implemented
This commit is contained in:
parent
2f3cb7e30a
commit
db19a27518
16 changed files with 445 additions and 227 deletions
|
@ -319,7 +319,9 @@ scan_keyring( PKT_pubkey_cert *pkc, u32 *keyid,
|
|||
return G10ERR_KEYRING_OPEN;
|
||||
}
|
||||
|
||||
if( name )
|
||||
if( !DBG_CACHE )
|
||||
;
|
||||
else if( name )
|
||||
log_debug("scan_keyring %s for '%s'\n", filename, name );
|
||||
else if( keyid )
|
||||
log_debug("scan_keyring %s for %08lx %08lx\n", filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue