summaryrefslogtreecommitdiff
path: root/lib/hmac-sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hmac-sha1.c')
-rw-r--r--lib/hmac-sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hmac-sha1.c b/lib/hmac-sha1.c
index c84545b9d2..6b24ae5b5e 100644
--- a/lib/hmac-sha1.c
+++ b/lib/hmac-sha1.c
@@ -31,7 +31,7 @@
int
hmac_sha1 (const void *key, size_t keylen,
- const void *in, size_t inlen, void *resbuf)
+ const void *in, size_t inlen, void *resbuf)
{
struct sha1_ctx inner;
struct sha1_ctx outer;