aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/connectionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/curl/connectionmanager.h')
-rw-r--r--backends/networking/curl/connectionmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/networking/curl/connectionmanager.h b/backends/networking/curl/connectionmanager.h
index 6c261b8c63..a01d115c2c 100644
--- a/backends/networking/curl/connectionmanager.h
+++ b/backends/networking/curl/connectionmanager.h
@@ -118,6 +118,9 @@ public:
Common::String urlEncode(Common::String s) const;
static uint32 getCloudRequestsPeriodInMicroseconds();
+
+ /** Return the path to the CA certificates bundle. */
+ static const char *getCaCertPath();
};
/** Shortcut for accessing the connection manager. */