From bcedbe13fe1c9cec048f03b6a73fc7edcdcd8c47 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 26 Oct 2011 13:14:02 +0000 Subject: [PATCH] git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@574 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/src/example.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npa/src/example.c b/npa/src/example.c index 88cc906..4d66e7a 100644 --- a/npa/src/example.c +++ b/npa/src/example.c @@ -32,6 +32,7 @@ static int reader_num = -1; static const char *newpin = NULL; static const char *pin = NULL; +/* SELECT the Master File (MF) */ const unsigned char apdubuf[] = {0x00, 0xA4, 0x00, 0x0C, 0x02, 0x3F, 0x00}; int @@ -73,8 +74,8 @@ main (int argc, char **argv) /* Now we try to change the PIN. Therefor we need to establish a SM channel * with PACE. * - * You could set your PIN with `pin = “123456”;` or just leave it at NULL - * to be asked for it. The same applies to the new PIN newpin. */ + * You could set your PIN with pin=“123456”; or just leave it at NULL to be + * asked for it. The same applies to the new PIN newpin. */ pace_input.pin_id = PACE_PIN; pace_input.pin = pin; pace_input.pin_length = pin ? strlen(pin) : 0;