To support openssl new feature
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / common / file-download.h
old mode 100644 (file)
new mode 100755 (executable)
index c7fb345..d2ee371
@@ -23,6 +23,7 @@
 #include <string>
 #include <mutex> //c++11
 #include <stdint.h> // uint8
+#include <openssl/crypto.h>
 
 namespace Dali
 {
@@ -67,7 +68,7 @@ public:
   /**
    * Gets thread id for libcurl with openssl
    */
-  static unsigned long GetThreadId();
+  static void GetThreadId( CRYPTO_THREADID* tid );
 
 private: