diff Core/HttpClient.h @ 2101:0b6464320aac

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Oct 2016 15:56:07 +0200
parents bcbc9137a535
children 58a0ee0b4be1
line wrap: on
line diff
--- a/Core/HttpClient.h	Mon Oct 10 15:55:56 2016 +0200
+++ b/Core/HttpClient.h	Mon Oct 10 15:56:07 2016 +0200
@@ -247,6 +247,10 @@
   
     static void GlobalFinalize();
 
+    static void InitializeOpenSsl();
+
+    static void FinalizeOpenSsl();
+
     static void InitializePkcs11(const std::string& module,
                                  const std::string& pin,
                                  bool verbose);