aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf_hmac_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/transforms/prfs/prf_hmac_sha1.c')
-rw-r--r--Source/charon/transforms/prfs/prf_hmac_sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/transforms/prfs/prf_hmac_sha1.c b/Source/charon/transforms/prfs/prf_hmac_sha1.c
index e62493a65..fc1ea74ae 100644
--- a/Source/charon/transforms/prfs/prf_hmac_sha1.c
+++ b/Source/charon/transforms/prfs/prf_hmac_sha1.c
@@ -44,7 +44,7 @@ struct private_prf_hmac_sha1_s {
/*
* Described in header
*/
-prf_hmac_sha1_t *prf_hmac_sha1_create(chunk_t key)
+prf_hmac_sha1_t *prf_hmac_sha1_create()
{
private_prf_hmac_sha1_t *this = allocator_alloc_thing(private_prf_hmac_sha1_t);