Merge branch 'master' of github.com:hanzz/libtransport
This commit is contained in:
commit
7c3533cd0c
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ namespace Swift {
|
|||
bool isAvailable() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<Certificate::ref> getPeerCertificateChain() const {
|
||||
return std::vector<Certificate::ref>();
|
||||
}
|
||||
|
||||
private:
|
||||
std::string getNewIQID();
|
||||
|
|
Loading…
Add table
Reference in a new issue