Skip to content

Commit

Permalink
Change vendor to NXP
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefd authored and Jakuje committed Nov 19, 2021
1 parent edca4a8 commit 8bf1722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopensc/pkcs15-nqApplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "cards.h"

static const char name_Card[] = "NQ-Applet";
static const char name_Vendor[] = "JCOP4";
static const char name_Vendor[] = "NXP";

static int get_nqapplet_certificate(sc_card_t *card, u8 data_id, struct sc_pkcs15_der *cert_info)
{
Expand Down

0 comments on commit 8bf1722

Please sign in to comment.