diff options
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r-- | beecrypt/hmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c index b374643a8..f1711bddf 100644 --- a/beecrypt/hmac.c +++ b/beecrypt/hmac.c @@ -96,6 +96,7 @@ int hmacReset(const byte* kxi, const hashFunction* hash, hashFunctionParam* para return -1; if (hash->update(param, kxi, hash->blocksize)) return -1; + return 0; } |