From: Eugene Crosser Date: Thu, 31 Oct 2013 11:08:29 +0000 (+0400) Subject: fix args order X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=commitdiff_plain;h=92242efeec6fd187fbbe4701c0dc33975c137d2e fix args order --- 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