diff -up ./nsslib/ssl/sslsock.c.1026677 ./nsslib/ssl/sslsock.c
--- ./nss/lib/ssl/sslsock.c.1026677 2014-07-05 08:56:37.137268923 -0700
+++ ./nss/lib/ssl/sslsock.c 2014-07-05 09:01:20.149518959 -0700
@@ -1315,11 +1315,9 @@ NSS_SetDomesticPolicy(void)
const PRUint16 *cipher;
for (cipher = SSL_ImplementedCiphers; *cipher != 0; ++cipher) {
- status = SSL_SetPolicy(*cipher, SSL_ALLOWED);
- if (status != SECSuccess)
- break;
+ SSL_SetPolicy(*cipher, SSL_ALLOWED);
}
- return status;
+ return SECSuccess;
SECStatus