summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/m_blake2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/blake2/m_blake2s.c')
-rw-r--r--crypto/blake2/m_blake2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/blake2/m_blake2s.c b/crypto/blake2/m_blake2s.c
index e699184822..3fbb232e05 100644
--- a/crypto/blake2/m_blake2s.c
+++ b/crypto/blake2/m_blake2s.c
@@ -49,7 +49,7 @@ static const EVP_MD blake2s_md = {
final,
NULL,
NULL,
- 0,
+ BLAKE2S_BLOCKBYTES,
sizeof(EVP_MD *) + sizeof(BLAKE2S_CTX),
};