1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.skel: Include the required '=' sign in the sample 'group'

option.

* import.c (chk_self_sigs): Don't try and check a subkey as if it was a
signature.
This commit is contained in:
David Shaw 2002-12-12 22:02:53 +00:00
parent 23b36f4e47
commit 7cbc893caf
3 changed files with 11 additions and 2 deletions

View file

@ -1037,6 +1037,7 @@ chk_self_sigs( const char *fname, KBNODE keyblock,
rsdate=0;
bsnode=NULL;
rsnode=NULL;
continue;
}
else if( n->pkt->pkttype != PKT_SIGNATURE )
continue;