diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-04-24 20:26:20 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-04-24 20:26:20 (GMT) |
commit | 08376a65babc16285608b7f8a84f1202b709d4c8 (patch) | |
tree | b083caae5838ea6c67e5272412aa5b91cd35524f /Swiften/TLS | |
parent | 856f970d14c5c32b80fc5ea359d4e567b51578a0 (diff) | |
download | swift-08376a65babc16285608b7f8a84f1202b709d4c8.zip swift-08376a65babc16285608b7f8a84f1202b709d4c8.tar.bz2 |
Fixed compilation problems on windows.
Diffstat (limited to 'Swiften/TLS')
-rw-r--r-- | Swiften/TLS/Schannel/SchannelContext.h | 4 |
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 { |