mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
* getkey.c (merge_selfsigs_subkey): Merged away definition from the
backsigs code.
This commit is contained in:
parent
e011ee08e2
commit
01f0036d23
@ -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>
|
2005-01-31 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* keygen.c (do_generate_keypair): Write the auth key to the card
|
* 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)
|
if(subpk->backsig==0)
|
||||||
{
|
{
|
||||||
int seq=0;
|
int seq=0;
|
||||||
|
size_t n;
|
||||||
|
|
||||||
while((p=enum_sig_subpkt(sig->hashed,
|
while((p=enum_sig_subpkt(sig->hashed,
|
||||||
SIGSUBPKT_SIGNATURE,&n,&seq,NULL)))
|
SIGSUBPKT_SIGNATURE,&n,&seq,NULL)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user