From 786de05651f25d42aacc92c4905375bf1fbd6562 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Sat, 5 Sep 2020 00:20:49 +0300 Subject: SL-13910 Moved the LLCertException constructor to .cpp --- indra/newview/tests/llsechandler_basic_test.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/newview/tests/llsechandler_basic_test.cpp') diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp index 63967fae37..e5d226a2a4 100644 --- a/indra/newview/tests/llsechandler_basic_test.cpp +++ b/indra/newview/tests/llsechandler_basic_test.cpp @@ -124,6 +124,14 @@ S32 LLMachineID::getUniqueID(unsigned char *unique_id, size_t len) S32 LLMachineID::init() { return 1; } +LLCertException::LLCertException(const LLSD& cert_data, const std::string& msg) + : LLException(msg), + mCertData(cert_data) +{ + LL_WARNS("SECAPI") << "Certificate Error: " << msg << LL_ENDL; +} + + // ------------------------------------------------------------------------------------------- // TUT // ------------------------------------------------------------------------------------------- -- cgit v1.2.3