mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TLS
- Connected code paths to use CA or trust.
This commit is contained in:
parent
f1f93aa5d5
commit
7fa3f71575
3 changed files with 7 additions and 8 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
void limit (int);
|
||||
void debug (int);
|
||||
void trust (bool);
|
||||
void init (const std::string&, const std::string&);
|
||||
void init (const std::string&, const std::string&, const std::string&);
|
||||
void connect (const std::string&, const std::string&);
|
||||
void bye ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue