Add question box on PrusaSlicer start to accept detected CA store..

Fix compile
This commit is contained in:
tamasmeszaros 2020-04-22 17:14:09 +02:00
parent 9bc96bf28e
commit 611a243447
3 changed files with 83 additions and 18 deletions

View file

@ -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);