diff options
Diffstat (limited to 'Swiften/TLS/OpenSSL/OpenSSLContext.h')
| -rw-r--r-- | Swiften/TLS/OpenSSL/OpenSSLContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/TLS/OpenSSL/OpenSSLContext.h b/Swiften/TLS/OpenSSL/OpenSSLContext.h index cfa852a..c18a6f4 100644 --- a/Swiften/TLS/OpenSSL/OpenSSLContext.h +++ b/Swiften/TLS/OpenSSL/OpenSSLContext.h | |||
| @@ -45,7 +45,7 @@ namespace Swift { | |||
| 45 | void connect() override final; | 45 | void connect() override final; |
| 46 | void connect(const std::string& requestHostname) override final; | 46 | void connect(const std::string& requestHostname) override final; |
| 47 | 47 | ||
| 48 | bool setCertificateChain(const std::vector<Certificate::ref>& certificateChain) override final; | 48 | bool setCertificateChain(std::vector<std::unique_ptr<Certificate>>&& certificateChain) override final; |
| 49 | bool setPrivateKey(const PrivateKey::ref& privateKey) override final; | 49 | bool setPrivateKey(const PrivateKey::ref& privateKey) override final; |
| 50 | bool setClientCertificate(CertificateWithKey::ref cert) override final; | 50 | bool setClientCertificate(CertificateWithKey::ref cert) override final; |
| 51 | void setAbortTLSHandshake(bool abort) override final; | 51 | void setAbortTLSHandshake(bool abort) override final; |
Swift