diff -up ./mozilla/security/nss/lib/ssl/derive.c.nobypass ./mozilla/security/nss/lib/ssl/derive.c diff -up ./mozilla/security/nss/lib/ssl/sslsock.c.nobypass ./mozilla/security/nss/lib/ssl/sslsock.c --- ./mozilla/security/nss/lib/ssl/sslsock.c.nobypass 2012-10-07 15:12:25.455307540 -0700 +++ ./mozilla/security/nss/lib/ssl/sslsock.c 2012-10-07 15:21:27.229346754 -0700 @@ -547,8 +547,8 @@ static PRStatus SSL_BypassRegisterShutdo static PRStatus SSL_BypassSetup(void) { #ifdef NO_PKCS11_BYPASS - /* Guarantee binary compatibility */ - return PR_SUCCESS; + /* We can safely return failure as we have never supported it */ + return PR_FALSE; #else return PR_CallOnce(&setupBypassOnce, &SSL_BypassRegisterShutdown); #endif