OpenSC fork, with some Italian healthcare smart card utils
Go to file
ludovic.rousseau 28b6b60870 Remove dead code
card-starcos.c:657:5: warning: Value stored to 'p' is never read
                        *p++ = file->record_length & 0xff;
                         ^~~
card-starcos.c:652:5: warning: Value stored to 'p' is never read
                        *p++ = file->record_length & 0xff;
                         ^~~
card-starcos.c:647:5: warning: Value stored to 'p' is never read
                        *p++ = file->size & 0xff;
                         ^~~
card-starcos.c:609:4: warning: Value stored to 'p' is never read
                *p++ = tmp;     /* SM ISF */
                 ^~~
card-starcos.c:572:4: warning: Value stored to 'p' is never read
                *p++ = tmp;
                 ^~~
card-starcos.c:1024:2: warning: Value stored to 'keyID' is never read
        keyID = env->key_ref[0];
        ^       ~~~~~~~~~~~~~~~


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5166 c6295689-39f2-0310-b995-f0e70906c6a9
2011-02-05 21:44:14 +00:00
MacOSX MacInstaller: track Tokend branch in Git based on OpenSC release. 2011-01-24 10:59:20 +00:00
doc pkcs15-tool: new action 'list-applications' 2011-01-06 16:21:15 +00:00
etc opensc.conf.in: clean up white spaces 2011-01-18 04:43:32 +00:00
m4 Assuan is not used. 2010-06-30 17:27:04 +00:00
solaris Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
src Remove dead code 2011-02-05 21:44:14 +00:00
win32 WindowsInstaller: generate OpenSC.iss with autotools 2010-12-30 15:10:06 +00:00
COPYING - changed license to LGPL 2001-11-06 18:34:19 +00:00
Makefile.am Simplify build system, remove the generated distributed files. 2010-10-05 20:34:58 +00:00
Makefile.mak Header file cleanup. 2010-03-04 08:14:36 +00:00
NEWS Prepare for 0.12.0 2010-12-22 17:12:11 +00:00
README Update documentation about about wiki and package content. 2010-10-15 14:29:42 +00:00
bootstrap Add --force to autoreconf 2008-04-18 20:37:55 +00:00
configure.ac WindowsInstaller: generate OpenSC.iss with autotools 2010-12-30 15:10:06 +00:00
svnignore Update svn:ignore 2010-10-05 20:37:08 +00:00

README

OpenSC documentation wiki is available online at
	http://www.opensc-project.org/opensc/

Please take a look at the documentation before trying to use OpenSC.