[Pcsclite-cvs-commit] r2079 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Thu Jun 15 08:48:47 UTC 2006


Author: rousseau
Date: 2006-06-15 08:48:47 +0000 (Thu, 15 Jun 2006)
New Revision: 2079

Modified:
   trunk/PCSC/src/error.c
   trunk/PCSC/src/testpcsc.c
Log:
This file is dual licenced:
- BSD-like, see the COPYING file
- GNU Lesser General Licence 2.1 or (at your option) any later version.


Modified: trunk/PCSC/src/error.c
===================================================================
--- trunk/PCSC/src/error.c	2006-06-08 08:36:49 UTC (rev 2078)
+++ trunk/PCSC/src/error.c	2006-06-15 08:48:47 UTC (rev 2079)
@@ -6,6 +6,10 @@
  * Copyright (C) 1999-2005
  *  Ludovic Rousseau <ludovic.rousseau at free.fr>
  *
+ * This file is dual licenced:
+ * - BSD-like, see the COPYING file
+ * - GNU Lesser General Licence 2.1 or (at your option) any later version.
+ *
  * $Id: debuglog.c 1827 2006-01-24 14:49:52Z rousseau $
  */
 

Modified: trunk/PCSC/src/testpcsc.c
===================================================================
--- trunk/PCSC/src/testpcsc.c	2006-06-08 08:36:49 UTC (rev 2078)
+++ trunk/PCSC/src/testpcsc.c	2006-06-15 08:48:47 UTC (rev 2079)
@@ -196,7 +196,7 @@
 	/* APDU select file */
 	printf("Select file: ");
 	send_length = 7;
-	memcpy(bSendBuffer, "\x00\xA4\x00\x00\x02\x3F\x00", send_length);
+	memcpy(bSendBuffer, "\x00\xB0\x00\x00\x00\xFF\xFF", send_length);
 	for (i=0; i<send_length; i++)
 		printf(" %02X", bSendBuffer[i]);
 	printf("\n");




More information about the Pcsclite-cvs-commit mailing list