On Wed, 2016-03-09 at 16:28 +0000, Frediano Ziglio wrote: > From: Christophe Fergeau <cferg...@redhat.com> > > APDUBufSize is only used within smartcard.c, no need to expose it in > smartcard.h Acked-by: Pavel Grunt <pgr...@redhat.com> > --- > server/smartcard.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/server/smartcard.c b/server/smartcard.c > index 73c11e9..d417a23 100644 > --- a/server/smartcard.c > +++ b/server/smartcard.c > @@ -46,6 +46,9 @@ > */ > #define SMARTCARD_MAX_READERS 10 > > +// Maximal length of APDU > +#define APDUBufSize 270 > + > typedef struct SmartCardDeviceState SmartCardDeviceState; > > typedef struct SmartCardChannelClient { _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel
- [Spice-devel] [PATCH 09/15] char-device: Refactor spice... Frediano Ziglio
- Re: [Spice-devel] [PATCH 09/15] char-device: Refac... Frediano Ziglio
- Re: [Spice-devel] [PATCH 09/15] char-device: R... Christophe Fergeau
- Re: [Spice-devel] [PATCH 09/15] char-devic... Frediano Ziglio
- [Spice-devel] [PATCH 07/15] Replace RedsPrivate::mig_wa... Frediano Ziglio
- Re: [Spice-devel] [PATCH 07/15] Replace RedsPrivat... Frediano Ziglio
- [Spice-devel] [PATCH 11/15] char-device: Make SpiceChar... Frediano Ziglio
- [Spice-devel] [PATCH 06/15] Replace RedsPrivate::char_d... Frediano Ziglio
- Re: [Spice-devel] [PATCH 06/15] Replace RedsPrivat... Frediano Ziglio
- [Spice-devel] [PATCH 14/15] smartcard: Move private con... Frediano Ziglio
- Re: [Spice-devel] [PATCH 14/15] smartcard: Move pr... Pavel Grunt
- Re: [Spice-devel] [PATCH 14/15] smartcard: Mov... Frediano Ziglio
- Re: [Spice-devel] [PATCH 14/15] smartcard:... Pavel Grunt
- Re: [Spice-devel] [PATCH 14/15] smartc... Christophe Fergeau