]> www.average.org Git - pam_pcsc_cr.git/blobdiff - pcsc_cr.h
configure.ac: remove sanitizer by default
[pam_pcsc_cr.git] / pcsc_cr.h
index 2da8292d754bca5f55f0055503382a377dd0238c..9769c2a7833ed07aa7cd4024047332e263266020 100644 (file)
--- 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