1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-25 01:42:45 +02:00

* getkey.c (merge_selfsigs_subkey): Merged away definition from the

backsigs code.
This commit is contained in:
David Shaw 2005-02-05 00:00:35 +00:00
parent e011ee08e2
commit 01f0036d23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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)))