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:
dougt%meer.net 2006-03-02 20:12:04 +00:00
parent ddb8d90ef5
commit 9603a0815e
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ REQUIRES = xpcom \
windowwatcher \
profile \
necko \
caps \
docshell \
dom \
widget \

View File

@ -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