pcsc-relay: allow specifying ATR

This commit is contained in:
Frank Morgner
2018-10-20 03:45:21 +02:00
parent 04642a3bfc
commit 4ea916fef8
4 changed files with 37 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ extern unsigned int vpcdport;
extern char *vpcdhostname;
extern unsigned int viccport;
extern char *vicchostname;
extern char *viccatr;
void hexdump(const char *label, unsigned char *buf, size_t len);