1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00

gpg: Fix type.

* g10/keygen.c (card_write_key_to_backup_file): Change n to a size_t.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-12-22 15:07:51 +01:00
parent 4654384fe7
commit 5c759924fb

View File

@ -3863,7 +3863,7 @@ card_write_key_to_backup_file (PKT_public_key *sk, const char *backup_dir)
{
unsigned char array[MAX_FINGERPRINT_LEN];
char *fprbuf, *p;
int n;
size_t n;
int i;
iobuf_close (fp);