Browse Source

crypto: remove misleading comment

v0.11.7-release
Ben Noordhuis 11 years ago
parent
commit
21911db392
  1. 5
      src/node_crypto.h

5
src/node_crypto.h

@ -60,9 +60,8 @@ class SecureContext : ObjectWrap {
public:
static void Initialize(v8::Handle<v8::Object> target);
SSL_CTX *ctx_;
// TODO(indutny): ca_store_ should probably be removed, it's not used anywhere
X509_STORE *ca_store_;
SSL_CTX* ctx_;
X509_STORE* ca_store_;
static const int kMaxSessionSize = 10 * 1024;

Loading…
Cancel
Save