Skip to content

Commit

Permalink
minidriver.c - fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dengert committed Nov 24, 2024
1 parent 1aa2686 commit a270c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minidriver/minidriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ md_set_cmapfile(PCARD_DATA pCardData, struct md_file *file)
* TODO TESTING if both can be set at same time
*/
cont->size_key_exchange = cont->size_sign = 0;
logprintf(pCardData, 7, "prkey_info->usage: %02X\n". prkey_info->usage);
logprintf(pCardData, 7, "prkey_info->usage: %02X\n", prkey_info->usage);

if (key_obj->type == SC_PKCS15_TYPE_PRKEY_RSA) {
if (md_get_config_bool(pCardData, "md_force_sign_and_exchange", FALSE) == TRUE) {
Expand Down

0 comments on commit a270c00

Please sign in to comment.