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:
parent
23b36f4e47
commit
7cbc893caf
3 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue