mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Add question box on PrusaSlicer start to accept detected CA store..
Fix compile
This commit is contained in:
parent
9bc96bf28e
commit
611a243447
3 changed files with 83 additions and 18 deletions
|
@ -100,6 +100,10 @@ public:
|
|||
|
||||
// Tells whether current backend supports seting up a CA file using ca_file()
|
||||
static bool ca_file_supported();
|
||||
|
||||
// Return empty string on success or error message on fail.
|
||||
static std::string tls_global_init();
|
||||
static std::string tls_system_cert_store();
|
||||
|
||||
// converts the given string to an url_encoded_string
|
||||
static std::string url_encode(const std::string &str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue