1 --- gatling-0.16.orig/http.c 2020-11-26 16:36:13.000000000 +0100
2 +++ gatling-0.16/http.c 2024-02-23 05:17:40.115857819 +0100
3 @@ -2202,16 +2202,9 @@ static void get_md5_randomness(const uin
4 static int initialized;
7 -#if defined(__linux__) || defined(__OpenBSD__)
8 - if (getentropy(buf, sizeof buf)) {
9 - buffer_putsflush(buffer_2, "getentropy failed (should never happen)\n");
10 - // carry on with bad randomness
13 int fd=open("/dev/urandom",O_RDONLY);
18 MD5Update(&md5_ctx,buf,16);