mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fixed type problem
This commit is contained in:
parent
eff3b562ae
commit
54a7e71a36
2 changed files with 5 additions and 1 deletions
|
@ -562,7 +562,7 @@ print_import_check (PKT_public_key * pk, PKT_user_id * id)
|
|||
char * buf, * p;
|
||||
byte fpr[24];
|
||||
u32 keyid[2];
|
||||
int i, pos = 0, n;
|
||||
size_t i, pos = 0, n;
|
||||
|
||||
buf = m_alloc (17+41+id->len+32);
|
||||
keyid_from_pk (pk, keyid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue