mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add self-signature verification caching
This commit is contained in:
parent
fbbcb797c5
commit
0bd4fc7359
11 changed files with 205 additions and 17 deletions
|
@ -515,7 +515,7 @@ list_keyblock( KBNODE keyblock, int secret )
|
|||
if( opt.with_colons )
|
||||
printf(":%02x:", sig->sig_class );
|
||||
putchar('\n');
|
||||
/* FIXME: check or list other sigs here (subpkt PRIV_ADD_SIG)*/
|
||||
/* fixme: check or list other sigs here */
|
||||
}
|
||||
}
|
||||
if( !any ) {/* oops, no user id */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue