summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llsechandler_basic_test.cpp
diff options
context:
space:
mode:
authorAaron Stone <stone@lindenlab.com>2011-08-23 14:45:42 -0700
committerAaron Stone <stone@lindenlab.com>2011-08-23 14:45:42 -0700
commitc7141025c85ebabc0447a7d7c6f580c2e6c47f74 (patch)
tree299f9e3e8cc7791ef91f9cc74ae585b0bd5e123b /indra/newview/tests/llsechandler_basic_test.cpp
parentaa1424365e3df49edfc189ef433e050f502534e9 (diff)
Respect --no-verify-ssl-cert option.
Diffstat (limited to 'indra/newview/tests/llsechandler_basic_test.cpp')
-rw-r--r--indra/newview/tests/llsechandler_basic_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp
index daa10819fc..0235400976 100644
--- a/indra/newview/tests/llsechandler_basic_test.cpp
+++ b/indra/newview/tests/llsechandler_basic_test.cpp
@@ -86,6 +86,9 @@ std::string LLControlGroup::getString(const std::string& name)
return "";
}
+// Stub for --no-verify-ssl-cert
+BOOL LLControlGroup::getBOOL(const std::string& name) { return FALSE; }
+
LLSD LLCredential::getLoginParams()
{
LLSD result = LLSD::emptyMap();