diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llcurl.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/linden/indra/llmessage/llcurl.h b/linden/indra/llmessage/llcurl.h index 3d9770b..2737f6e 100644 --- a/linden/indra/llmessage/llcurl.h +++ b/linden/indra/llmessage/llcurl.h | |||
@@ -150,13 +150,10 @@ public: | |||
150 | static std::vector<LLMutex*> sSSLMutex; | 150 | static std::vector<LLMutex*> sSSLMutex; |
151 | 151 | ||
152 | // OpenSSL callbacks | 152 | // OpenSSL callbacks |
153 | static void LLCurl::ssl_locking_callback(int mode, int type, const char *file, int line); | 153 | static void ssl_locking_callback(int mode, int type, const char *file, int line); |
154 | static unsigned long LLCurl::ssl_thread_id(void); | 154 | static unsigned long ssl_thread_id(void); |
155 | |||
156 | |||
157 | |||
158 | private: | ||
159 | 155 | ||
156 | private: | ||
160 | static std::string sCAPath; | 157 | static std::string sCAPath; |
161 | static std::string sCAFile; | 158 | static std::string sCAFile; |
162 | }; | 159 | }; |