Make ATR variable static
This commit is contained in:
parent
159f24520c
commit
8f109ec89a
@ -97,10 +97,8 @@ typedef struct
|
||||
static SCardHandle* find_reader(SmartcardEmulationContext* smartcard, const void* szReader,
|
||||
BOOL unicode);
|
||||
|
||||
|
||||
const BYTE ATR[] = { 0x3b, 0xf7, 0x18, 0x00, 0x00, 0x80, 0x31, 0xfe, 0x45,
|
||||
0x73, 0x66, 0x74, 0x65, 0x2d, 0x6e, 0x66, 0xc4
|
||||
};
|
||||
static const BYTE ATR[] = { 0x3b, 0xf7, 0x18, 0x00, 0x00, 0x80, 0x31, 0xfe, 0x45,
|
||||
0x73, 0x66, 0x74, 0x65, 0x2d, 0x6e, 0x66, 0xc4 };
|
||||
|
||||
static BOOL scard_status_transition(SCardContext* context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user