We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7406f commit 38838afCopy full SHA for 38838af
src/tls_wrap.h
@@ -152,7 +152,6 @@ class TLSWrap : public AsyncWrap,
152
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
153
static void EnableSessionCallbacks(
154
const v8::FunctionCallbackInfo<v8::Value>& args);
155
- static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
156
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
157
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
158
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);
0 commit comments