diff Core/HttpClient.h @ 1533:0011cc99443c

improving HTTPS support
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Aug 2015 17:52:10 +0200
parents 8a330b258491
children 95b3b0260240
line wrap: on
line diff
--- a/Core/HttpClient.h	Wed Aug 12 15:04:12 2015 +0200
+++ b/Core/HttpClient.h	Wed Aug 12 17:52:10 2015 +0200
@@ -140,7 +140,8 @@
       proxy_ = proxy;
     }
 
-    static void GlobalInitialize();
+    static void GlobalInitialize(bool httpsVerifyPeers,
+                                 const std::string& httpsVerifyCertificates);
   
     static void GlobalFinalize();
   };