aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 9059939..42e0597 100644
--- a/test.c
+++ b/test.c
@@ -102,7 +102,7 @@
int
main(int argc, char *argv[])
{
- char buf[8096], str[2048];
+ char buf[8192 * 32], str[2048];
struct libsha2_state s;
struct libsha2_hmac_state hs;
int skip_huge, fds[2], status;