From: Nikos Mavrogiannopoulos Date: Sun, 26 Jan 2014 10:21:34 +0000 (+0100) Subject: increased the number of bytes requested by the RNG X-Git-Tag: gnutls_3_3_0pre0~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=deee295ac5d27974afa54e10be2cfa227e26eeae;p=thirdparty%2Fgnutls.git increased the number of bytes requested by the RNG --- 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;