X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=ossl_crypto.c;h=51594d3ddddf364e7384aa4e596ea600de3269c5;hp=79a80eff034efb8ea1a2330be284df968d85cf41;hb=88e11a960fb7287c3c5f542cd5199cc899f137f2;hpb=e01f8b449a67239c45e5e982c2fea6a85325828f diff --git a/ossl_crypto.c b/ossl_crypto.c index 79a80ef..51594d3 100644 --- a/ossl_crypto.c +++ b/ossl_crypto.c @@ -47,7 +47,7 @@ static unsigned long ossl_hash(void *pt, int tlen, void *tag, int *taglen) return 0UL; } -static unsigned long ossl_hmac(void *pt, int tlen, void *key, int keylen, +static unsigned long ossl_hmac(void *key, int keylen, void *pt, int tlen, void *tag, int *taglen) { #if 1