Fixing build bustage for minimo. npodb
git-svn-id: svn://10.0.0.236/trunk@191601 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ddb8d90ef5
commit
9603a0815e
@ -59,6 +59,7 @@ REQUIRES = xpcom \
|
||||
windowwatcher \
|
||||
profile \
|
||||
necko \
|
||||
caps \
|
||||
docshell \
|
||||
dom \
|
||||
widget \
|
||||
|
||||
@ -208,7 +208,7 @@ static int SSLValidationHook(DWORD dwType, LPVOID pvArg, DWORD dwChainLen, LPBLO
|
||||
|
||||
if (! _stricmp (destinationHost, subject))
|
||||
{
|
||||
info->mSecurityState = nsIWebProgressListener::STATE_IS_SECURE | nsIWebProgressListener.STATE_SECURE_HIGH;
|
||||
info->mSecurityState = nsIWebProgressListener::STATE_IS_SECURE | nsIWebProgressListener::STATE_SECURE_HIGH;
|
||||
res = SSL_ERR_OKAY;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user