Fixing regression caused by bug 292368. This patch fixes bug 296369. Simple fix -- use the right contract id.
git-svn-id: svn://10.0.0.236/trunk@174064 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
nsHttpDigestAuth::nsHttpDigestAuth()
|
||||
{
|
||||
mVerifier = do_GetService(SIGNATURE_VERIFIER_CONTRACTID);
|
||||
mVerifier = do_GetService("@mozilla.org/security/hash;1");
|
||||
mGotVerifier = (mVerifier != nsnull);
|
||||
|
||||
#if defined(PR_LOGGING)
|
||||
|
||||
@@ -57,8 +57,6 @@
|
||||
#define EXPANDED_DIGEST_LENGTH 32
|
||||
#define NONCE_COUNT_LENGTH 8
|
||||
|
||||
class nsISignatureVerifier;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// nsHttpDigestAuth
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user