Bill Gianopoulos 3 years ago
parent
commit
e4f4e0fb77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mozilla-central/patches/PPPPPPP-killgetentropy.patch

+ 1 - 1
mozilla-central/patches/PPPPPPP-killgetentropy.patch

@@ -19,7 +19,7 @@ diff --git a/security/nss/lib/freebl/unix_urandom.c b/security/nss/lib/freebl/un
      unsigned char *buffer = dest;
  
  #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD_version >= 1200000) || (defined(LINUX) && defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 25))))
-+  #if
++  #if 0
      int result;
  
      while (fileBytes < maxLen) {