1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

just released another snapshot

This commit is contained in:
Werner Koch 2001-05-28 12:46:28 +00:00
parent ca284c1000
commit e354b518d3
46 changed files with 1033 additions and 5130 deletions

View file

@ -603,7 +603,8 @@ list_keyblock_colon( KBNODE keyblock, int secret )
else if( sig->sig_class == 0x18 )
sigstr = "sig";
else {
printf("sig::::::::::%02x:\n",sig->sig_class );
printf ("sig::::::::::%02x%c:\n",
sig->sig_class, get_lsign_letter (sig) );
continue;
}
if( opt.check_sigs ) {
@ -638,7 +639,7 @@ list_keyblock_colon( KBNODE keyblock, int secret )
print_string( stdout, p, n, ':' );
m_free(p);
}
printf(":%02x:\n", sig->sig_class );
printf(":%02x%c:\n", sig->sig_class, get_lsign_letter (sig) );
/* fixme: check or list other sigs here */
}
}