Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > ab059dd4760b6e98856511dab5056cda > files > 1

nss-softokn-3.12.9-5.fc13.src.rpm

diff -up ./mozilla/security/nss/lib/freebl/nsslowhash.c.fips ./mozilla/security/nss/lib/freebl/nsslowhash.c
--- ./mozilla/security/nss/lib/freebl/nsslowhash.c.fips	2010-09-04 20:23:14.764313661 -0700
+++ ./mozilla/security/nss/lib/freebl/nsslowhash.c	2010-09-04 20:25:52.622313780 -0700
@@ -275,7 +275,7 @@ static int nsslow_GetFIPSEnabled(void) {
 
     f = fopen("/proc/sys/crypto/fips_enabled", "r");
     if (!f)
-        return 1;
+        return 0;
 
     size = fread(&d, 1, 1, f);
     fclose(f);