diff options
Diffstat (limited to 'Swiften/TLS/OpenSSL/OpenSSLContextFactory.h')
| -rw-r--r-- | Swiften/TLS/OpenSSL/OpenSSLContextFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/TLS/OpenSSL/OpenSSLContextFactory.h b/Swiften/TLS/OpenSSL/OpenSSLContextFactory.h index 8e689b5..bf7f08a 100644 --- a/Swiften/TLS/OpenSSL/OpenSSLContextFactory.h +++ b/Swiften/TLS/OpenSSL/OpenSSLContextFactory.h | |||
| @@ -14,7 +14,7 @@ namespace Swift { | |||
| 14 | class OpenSSLContextFactory : public TLSContextFactory { | 14 | class OpenSSLContextFactory : public TLSContextFactory { |
| 15 | public: | 15 | public: |
| 16 | bool canCreate() const; | 16 | bool canCreate() const; |
| 17 | virtual TLSContext* createTLSContext(); | 17 | virtual TLSContext* createTLSContext(const TLSOptions& tlsOptions); |
| 18 | 18 | ||
| 19 | // Not supported | 19 | // Not supported |
| 20 | virtual void setCheckCertificateRevocation(bool b); | 20 | virtual void setCheckCertificateRevocation(bool b); |
Swift