X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=pcsc_cr.h;h=9769c2a7833ed07aa7cd4024047332e263266020;hp=2da8292d754bca5f55f0055503382a377dd0238c;hb=HEAD;hpb=ee0824354abef3e422c32e931f52b4396263cab1 diff --git a/pcsc_cr.h b/pcsc_cr.h index 2da8292..9769c2a 100644 --- a/pcsc_cr.h +++ b/pcsc_cr.h @@ -25,8 +25,8 @@ freely, subject to the following restrictions: #define _PCSC_CR_H int pcsc_option(const char *option); -long pcsc_cr(const unsigned char *chal, const int csize, - unsigned char *resp, int *rsize); +long pcsc_cr(const unsigned char *chal, const size_t csize, + unsigned char *resp, size_t *rsize); char *pcsc_errstr(long err); #endif