diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-04-30 21:05:43 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-05-05 16:05:08 (GMT) |
commit | 5b61ad968d61a2281e194eb8444dff4e105739f3 (patch) | |
tree | 417c81895b733206cb4a218ad3b996a1581b33d4 /Swiften/TLS/Schannel/SchannelContext.h | |
parent | 1824826fffbe9ebf508264db13843bd1a94f0778 (diff) | |
download | swift-contrib-5b61ad968d61a2281e194eb8444dff4e105739f3.zip swift-contrib-5b61ad968d61a2281e194eb8444dff4e105739f3.tar.bz2 |
Revert "Re-enable revocation check."
This reverts commit 856f970d14c5c32b80fc5ea359d4e567b51578a0.
Diffstat (limited to 'Swiften/TLS/Schannel/SchannelContext.h')
-rw-r--r-- | Swiften/TLS/Schannel/SchannelContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/TLS/Schannel/SchannelContext.h b/Swiften/TLS/Schannel/SchannelContext.h index 587d0e7..58e6551 100644 --- a/Swiften/TLS/Schannel/SchannelContext.h +++ b/Swiften/TLS/Schannel/SchannelContext.h @@ -103,6 +103,5 @@ namespace Swift ////Not needed, most likely std::string m_smartcard_reader; //Can be empty string for non SmartCard certificates boost::shared_ptr<CAPICertificate> userCertificate; - bool checkCertificateRevocation; }; } |