Added basic version of slot info functions.
This commit is contained in:
+7
-1
@@ -41,10 +41,16 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define READER_LEN 32
|
||||
#define MAX_READERS 16
|
||||
|
||||
struct ykpiv_state {
|
||||
SCARDCONTEXT context;
|
||||
SCARDHANDLE card;
|
||||
int verbose;
|
||||
unsigned long n_readers;
|
||||
char readers[MAX_READERS][READER_LEN];
|
||||
unsigned long tot_readers_len;
|
||||
int verbose;
|
||||
};
|
||||
|
||||
union u_APDU {
|
||||
|
||||
Reference in New Issue
Block a user