summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-25 09:47:51 +0200
committerAlon Levy <alevy@redhat.com>2010-12-09 13:35:38 +0200
commit14114dc304e8d74791e20bd58eac493834990bcb (patch)
treed363f4e8e7413b6bdc8239801eedf4881e20f2d1
parent3ddc677d7f9f80c8f6c533dbc919e8b50d4bb8ef (diff)
libcaccard: remove old commented out code
-rw-r--r--vcard_emul_nss.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcard_emul_nss.c b/vcard_emul_nss.c
index c9839a2..3e2d1e0 100644
--- a/vcard_emul_nss.c
+++ b/vcard_emul_nss.c
@@ -424,8 +424,7 @@ vcard_emul_reader_get_slot(VReader *vreader)
* used to indicate the actual emulator
*/
static const unsigned char nss_atr[] = { VCARD_ATR_PREFIX(3), 'N', 'S', 'S' };
-/*const static unsigned char nss_atr[] = { 0x3B, 0x6B, 0, 0, 0x80, 0x65, 0xB0,
- 0x83, 1, 4, 0x74, 0x83, 0, 0x90, 0 }; */
+
void
vcard_emul_get_atr(VCard *card, unsigned char *atr, int *atr_len)
{