diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp
index 236d17c59191557f701b2a4a248e72cbc22ff184..3f4474e23a87c052541575e833065645238a0f27 100644
--- a/indra/newview/tests/llsechandler_basic_test.cpp
+++ b/indra/newview/tests/llsechandler_basic_test.cpp
@@ -95,6 +95,13 @@ LLSD LLCredential::getLoginParams()
 	return result;
 }
 
+void LLCredential::identifierType(std::string &idType)
+{
+}
+
+void LLCredential::authenticatorType(std::string &idType)
+{
+}
 
 
 LLControlGroup gSavedSettings("test");