mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
12 lines
433 B
Diff
12 lines
433 B
Diff
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 @@
|
|
/* 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)
|