Ludovic Rousseau wrote:
Hello,
A new major version of pcsc-lite is now available at [1].
This version includes a lot of new code and changes. But I do not
expect regressions.
I will describe the changes and new features later on my blog [2].
As usual, report any bug. Thanks
While compiling ccid-1.3.11 against pcsc-lite-1.6.0
61 ../../src/src/ifdhandler.c: In function `IFDHControl':
62 ../../src/src/ifdhandler.c:1304: error: structure has no member named
`wLcdMaxCharacters'
63 ../../src/src/ifdhandler.c:1305: error: structure has no member named
`wLcdMaxLines'
64 make[2]: *** [libccid_la-ifdhandler.lo] Error 1
Looks like these are not in the the the PIN_PROPERTIES_STRUCTURE
in 1.6.0 (but was in 1.5.5) in reader.h.in:
209 /** structure used with \ref FEATURE_IFD_PIN_PROPERTIES */
210 typedef struct {
211 uint16_t wLcdLayout; /**< display characteristics */
212 uint8_t bEntryValidationCondition;
213 uint8_t bTimeOut2;
214 } PIN_PROPERTIES_STRUCTURE;
--
Douglas E. Engert <[email protected]>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle