nss/nss-fixrandom.patch

12 lines
365 B
Diff
Raw Normal View History

2014-03-12 15:15:21 +04:00
--- nss/lib/freebl/unix_rand.c.orig 2006-12-16 09:38:48.000000000 +0100
+++ nss/lib/freebl/unix_rand.c 2006-12-16 09:38:59.000000000 +0100
2012-02-01 15:03:05 +04:00
@@ -876,7 +876,7 @@
/* 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
void RNG_SystemInfoForRNG(void)
{