mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* getkey.c (merge_selfsigs_subkey): Merged away definition from the
backsigs code.
This commit is contained in:
parent
e011ee08e2
commit
01f0036d23
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-02-04 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* getkey.c (merge_selfsigs_subkey): Merged away definition from
|
||||
the backsigs code.
|
||||
|
||||
2005-01-31 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keygen.c (do_generate_keypair): Write the auth key to the card
|
||||
|
|
|
@ -1994,6 +1994,7 @@ merge_selfsigs_subkey( KBNODE keyblock, KBNODE subnode )
|
|||
if(subpk->backsig==0)
|
||||
{
|
||||
int seq=0;
|
||||
size_t n;
|
||||
|
||||
while((p=enum_sig_subpkt(sig->hashed,
|
||||
SIGSUBPKT_SIGNATURE,&n,&seq,NULL)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue