Re: [opensc-devel] OpenCT source repository

2011-04-23 Thread Jean-Michel Pouré - GOOZE
Le vendredi 22 avril 2011 à 16:56 +0200, Stef Walter a écrit : > > Is there an openct git repository somewhere? I couldn't find it at the > 'Subversion Repository' page [1] I'm fiddling with my Broadcom 5880 > smart card reader, and want to whip up a small patch. OpenCT conflicts with libccid an

Re: [opensc-devel] OpenCT source repository

2011-04-23 Thread Alon Bar-Lev
Should be same as opensc just openct. On 4/22/11, Stef Walter wrote: > Hi guys, > > Is there an openct git repository somewhere? I couldn't find it at the > 'Subversion Repository' page [1] I'm fiddling with my Broadcom 5880 > smart card reader, and want to whip up a small patch. > > Cheers, > >

[opensc-devel] Small constants fixup

2011-04-23 Thread NdK
Hello all. Just noticed that there's a constant defined for maximum number of ACLs, but the raw value is used in the code. This should fix it at least in pkcs15-lib.c : $ diff -u pkcs15-lib.c.ori pkcs15-lib.c --- pkcs15-lib.c.ori2010-12-22 18:14:39.0 +0100 +++ pkcs15-lib.c20