aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llmessage/llcurl.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz
Second Life viewer sources 1.19.1.2
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llcurl.h9
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
158private:
159 155
156private:
160 static std::string sCAPath; 157 static std::string sCAPath;
161 static std::string sCAFile; 158 static std::string sCAFile;
162}; 159};