projects
/
pam_pcsc_cr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e01f8b4
)
fix args order
author
Eugene Crosser
<Eugene.Crosser@ru.ibm.com>
Thu, 31 Oct 2013 11:08:29 +0000
(15:08 +0400)
committer
Eugene Crosser
<Eugene.Crosser@ru.ibm.com>
Thu, 31 Oct 2013 11:08:29 +0000
(15:08 +0400)
ossl_crypto.c
patch
|
blob
|
history
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