diff options
Diffstat (limited to 'Swiften/TLS/Schannel/SchannelContextFactory.h')
-rw-r--r-- | Swiften/TLS/Schannel/SchannelContextFactory.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Swiften/TLS/Schannel/SchannelContextFactory.h b/Swiften/TLS/Schannel/SchannelContextFactory.h index 9dc835c..43c39a9 100644 --- a/Swiften/TLS/Schannel/SchannelContextFactory.h +++ b/Swiften/TLS/Schannel/SchannelContextFactory.h @@ -11,14 +11,7 @@ namespace Swift { class SchannelContextFactory : public TLSContextFactory { public: - SchannelContextFactory(); - bool canCreate() const; virtual TLSContext* createTLSContext(); - - virtual void setCheckCertificateRevocation(bool b); - - public: - bool checkCertificateRevocation; }; } |