We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc1af commit 73b204cCopy full SHA for 73b204c
src/tls_wrap.h
@@ -153,7 +153,6 @@ class TLSWrap : public AsyncWrap,
153
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
154
static void EnableSessionCallbacks(
155
const v8::FunctionCallbackInfo<v8::Value>& args);
156
- static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
157
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
158
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
159
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);
0 commit comments