Skip to content

Commit 32857ef

Browse files
committed
size
On branch X25519-improvements-2 Changes to be committed: modified: libopensc/card-openpgp.c
1 parent 46e1d65 commit 32857ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libopensc/card-openpgp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,7 @@ pgp_update_new_algo_attr(sc_card_t *card, sc_cardctl_openpgp_keygen_info_t *key_
25002500
pgp_blob_t *algo_blob = NULL;
25012501
const unsigned int tag = 0x00C0 | key_info->key_id;
25022502
u8 *data;
2503-
int data_len;
2503+
size_t data_len;
25042504
int r = SC_SUCCESS;
25052505
unsigned int i;
25062506

0 commit comments

Comments
 (0)