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

See ChangeLog: Mon Jul 12 18:45:57 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-07-12 16:49:22 +00:00
parent 8be0d60594
commit 8caf2f7437
18 changed files with 1609 additions and 1420 deletions

View file

@ -433,9 +433,11 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig, u32 *r_expire)
sig = node->pkt->pkt.signature;
algo = sig->digest_algo;
#if 0 /* I am not sure whether this is a good thing to do */
if( sig->flags.checked )
log_debug("check_key_signature: already checked: %s\n",
sig->flags.valid? "good":"bad" );
#endif
if( (rc=check_digest_algo(algo)) )
return rc;