summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/TLS/Schannel/SchannelContext.h')
-rw-r--r--Swiften/TLS/Schannel/SchannelContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/TLS/Schannel/SchannelContext.h b/Swiften/TLS/Schannel/SchannelContext.h
index 62c0da2..587d0e7 100644
--- a/Swiften/TLS/Schannel/SchannelContext.h
+++ b/Swiften/TLS/Schannel/SchannelContext.h
@@ -55,6 +55,8 @@ namespace Swift
virtual ByteArray getFinishMessage() const;
+ virtual void setCheckCertificateRevocation(bool b);
+
private:
void determineStreamSizes();
void continueHandshake(const SafeByteArray& data);
@@ -74,8 +76,6 @@ namespace Swift
void handleCertificateCardRemoved();
- virtual void setCheckCertificateRevocation(bool b);
-
private:
enum SchannelState
{