diff options
author | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
commit | edca7206ca9acd95b298b40994b2c2527201a0ac (patch) | |
tree | 9a82889ac134830856cf17472f809fc513cd2cee /g10/mainproc.c | |
parent | missing (diff) | |
download | gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.tar.gz gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.zip |
changes from laptop
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 7b82b8165..d8da7a41b 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -307,7 +307,7 @@ do_check_sig( CTX c, KBNODE node ) else if( (sig->sig_class&~3) == 0x10 || sig->sig_class == 0x18 || sig->sig_class == 0x20 - || sig->sig_class == 0x30 ) { /* classes 0x10..0x13,0x20,0x30 */ + || sig->sig_class == 0x30 ) { /* classes 0x10..0x17,0x20,0x30 */ if( c->list->pkt->pkttype == PKT_PUBLIC_CERT || c->list->pkt->pkttype == PKT_PUBKEY_SUBCERT ) { return check_key_signature( c->list, node, NULL ); |