X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=authfile.h;fp=authfile.h;h=1a304f64de3fc2f9ce7d588abed2d3b21aa7e97a;hp=ad6fbc1db56243c27156df83184685a5c5e50b74;hb=cc9b90217adb5f69875fb9196adf08473b618ad0;hpb=a91fa6c2aaa95825f3d9db6c7ed9291e7b2b7263 diff --git a/authfile.h b/authfile.h index ad6fbc1..1a304f6 100644 --- a/authfile.h +++ b/authfile.h @@ -27,10 +27,10 @@ freely, subject to the following restrictions: void authfile_template(const char *template); struct _auth_obj authfile(const char *userid, const char *password, - void (*update_nonce)(char *nonce, const int nonsize), - const unsigned char *secret, const int secsize, - const unsigned char *payload, const int paysize, + void (*update_nonce)(char *nonce, const size_t nonsize), + const unsigned char *secret, const size_t secsize, + const unsigned char *payload, const size_t paysize, struct _auth_chunk (*fetch_key)(const unsigned char *chal, - const int csize)); + const size_t csize)); #endif