]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increased the number of bytes requested by the RNG
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Jan 2014 10:21:34 +0000 (11:21 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Jan 2014 10:21:34 +0000 (11:21 +0100)
tests/rng-fork.c

index f0b32ce509526f19fc4b844105edd6daf4a5abeb..ba9178eaf16d70de8b7aaf1d678b2e66297d07d9 100644 (file)
@@ -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;