summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/rng-fork.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rng-fork.c b/tests/rng-fork.c
index f0b32ce509..ba9178eaf1 100644
--- a/tests/rng-fork.c
+++ b/tests/rng-fork.c
@@ -50,8 +50,8 @@ static void dump(const char *name, unsigned char *buf, int buf_size)
void doit(void)
{
- unsigned char buf1[32];
- unsigned char buf2[32];
+ unsigned char buf1[64];
+ unsigned char buf2[64];
pid_t pid;
int ret;
FILE *fp;