Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
 On branch X25519-improvements-2
 Changes to be committed:
	modified:   libopensc/card-openpgp.c
  • Loading branch information
dengert committed Feb 15, 2024
1 parent 46e1d65 commit 32857ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopensc/card-openpgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,7 @@ pgp_update_new_algo_attr(sc_card_t *card, sc_cardctl_openpgp_keygen_info_t *key_
pgp_blob_t *algo_blob = NULL;
const unsigned int tag = 0x00C0 | key_info->key_id;
u8 *data;
int data_len;
size_t data_len;
int r = SC_SUCCESS;
unsigned int i;

Expand Down

0 comments on commit 32857ef

Please sign in to comment.