summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 2d5500a4e..c3c4a89a8 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -60,9 +60,10 @@ class SecureContext : ObjectWrap {
// TODO: ca_store_ should probably be removed, it's not used anywhere.
X509_STORE *ca_store_;
- protected:
static const int kMaxSessionSize = 10 * 1024;
+ protected:
+
static v8::Handle<v8::Value> New(const v8::Arguments& args);
static v8::Handle<v8::Value> Init(const v8::Arguments& args);
static v8::Handle<v8::Value> SetKey(const v8::Arguments& args);