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=cc9b90217adb5f69875fb9196adf08473b618ad0;hpb=a91fa6c2aaa95825f3d9db6c7ed9291e7b2b7263 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