Merge branch 'master' of github.com:hanzz/libtransport

This commit is contained in:
HanzZ 2012-05-23 22:25:56 +02:00
commit 7c3533cd0c

View file

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