Remove unnecessary fields from ykpiv_state.
This commit is contained in:
+3
-6
@@ -46,12 +46,9 @@
|
|||||||
#define MAX_READERS 16
|
#define MAX_READERS 16
|
||||||
|
|
||||||
struct ykpiv_state {
|
struct ykpiv_state {
|
||||||
SCARDCONTEXT context;
|
SCARDCONTEXT context;
|
||||||
SCARDHANDLE card;
|
SCARDHANDLE card;
|
||||||
unsigned long n_readers;
|
int verbose;
|
||||||
char readers[MAX_READERS][READER_LEN];
|
|
||||||
unsigned long tot_readers_len;
|
|
||||||
int verbose;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
union u_APDU {
|
union u_APDU {
|
||||||
|
|||||||
Reference in New Issue
Block a user