Statistics
| Branch: | Revision:

root / libcacard / vcardt.h @ 02021812

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
02021812 03/09/2012 03:02 pm Hans de Goede

libcacard: Fix compilation with gcc-4.7

VCARD_ATR_PREFIX is used as part of an array initializer so it should
not have () around it, so far this happened to work, but gcc-4.7 does
not like it.

Signed-off-by: Hans de Goede <>
Signed-off-by: Anthony Liguori <>

0082f433 02/27/2012 02:37 pm Alon Levy

libcacard: fix reported ATR length

Signed-off-by: Alon Levy <>
Signed-off-by: Gerd Hoffmann <>

111a38b0 04/02/2011 03:07 am Robert Relyea

libcacard: initial commit

libcacard emulates a Common Access Card (CAC) which is a standard
for smartcards. It is used by the emulated ccid card introduced in
a following patch. Docs are available in docs/libcacard.txt

Signed-off-by: Alon Levy <>...