projects
/
pam_pcsc_cr.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add test for serializer
[pam_pcsc_cr.git]
/
ossl_crypto.c
diff --git
a/ossl_crypto.c
b/ossl_crypto.c
index 79a80eff034efb8ea1a2330be284df968d85cf41..51594d3ddddf364e7384aa4e596ea600de3269c5 100644
(file)
--- 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 key
len,
+static unsigned long ossl_hmac(void *
key, int keylen, void *pt, int t
len,
void *tag, int *taglen)
{
#if 1