summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/libsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/libsec.h b/sys/include/libsec.h
index 09db4f0f0..bd76b1377 100644
--- a/sys/include/libsec.h
+++ b/sys/include/libsec.h
@@ -215,7 +215,7 @@ struct DigestState
{
uvlong len;
union {
- u32int state[8];
+ u32int state[16];
u64int bstate[8];
};
uchar buf[256];