aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server_credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ext/server_credentials.h')
-rw-r--r--src/node/ext/server_credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/server_credentials.h b/src/node/ext/server_credentials.h
index 80747504a1..63903f663c 100644
--- a/src/node/ext/server_credentials.h
+++ b/src/node/ext/server_credentials.h
@@ -63,6 +63,7 @@ class ServerCredentials : public ::node::ObjectWrap {
static NAN_METHOD(New);
static NAN_METHOD(CreateSsl);
+ static NAN_METHOD(CreateInsecure);
static NanCallback *constructor;
// Used for typechecking instances of this javascript class
static v8::Persistent<v8::FunctionTemplate> fun_tpl;