nss/nss-fixrandom.patch

13 lines
433 B
Diff
Raw Normal View History

2016-11-15 23:28:09 +03:00
diff -Naur nss-orig/lib/freebl/unix_rand.c nss/lib/freebl/unix_rand.c
--- nss-orig/lib/freebl/unix_rand.c 2016-10-03 17:55:58.000000000 +0300
+++ nss/lib/freebl/unix_rand.c 2016-11-15 23:00:31.307850797 +0300
@@ -820,7 +820,7 @@
2012-02-01 15:03:05 +04:00
/* Fork netstat to collect its output by default. Do not unset this unless
* another source of entropy is available
*/
-#define DO_NETSTAT 1
+#define DO_NETSTAT 0
2016-11-15 23:28:09 +03:00
void
RNG_SystemInfoForRNG(void)