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 885b1fe..8eb5758 100644 --- a/Swiften/TLS/OpenSSL/OpenSSLContext.h +++ b/Swiften/TLS/OpenSSL/OpenSSLContext.h | |||
| @@ -46,7 +46,7 @@ namespace Swift { | |||
| 46 | void connect() override final; | 46 | void connect() override final; |
| 47 | void connect(const std::string& requestHostname) override final; | 47 | void connect(const std::string& requestHostname) override final; |
| 48 | 48 | ||
| 49 | bool setCertificateChain(std::vector<std::unique_ptr<Certificate>>&& certificateChain) override final; | 49 | bool setCertificateChain(const std::vector<std::shared_ptr<Certificate>>& certificateChain) override final; |
| 50 | bool setPrivateKey(const PrivateKey::ref& privateKey) override final; | 50 | bool setPrivateKey(const PrivateKey::ref& privateKey) override final; |
| 51 | bool setClientCertificate(CertificateWithKey::ref cert) override final; | 51 | bool setClientCertificate(CertificateWithKey::ref cert) override final; |
| 52 | void setAbortTLSHandshake(bool abort) override final; | 52 | void setAbortTLSHandshake(bool abort) override final; |
Swift