File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,11 @@ class SSLWrap {
280
280
static void SetSession (const v8::FunctionCallbackInfo<v8::Value>& args);
281
281
static void LoadSession (const v8::FunctionCallbackInfo<v8::Value>& args);
282
282
static void IsSessionReused (const v8::FunctionCallbackInfo<v8::Value>& args);
283
- static void IsInitFinished (const v8::FunctionCallbackInfo<v8::Value>& args);
284
283
static void VerifyError (const v8::FunctionCallbackInfo<v8::Value>& args);
285
284
static void GetCurrentCipher (const v8::FunctionCallbackInfo<v8::Value>& args);
286
285
static void EndParser (const v8::FunctionCallbackInfo<v8::Value>& args);
287
286
static void CertCbDone (const v8::FunctionCallbackInfo<v8::Value>& args);
288
287
static void Renegotiate (const v8::FunctionCallbackInfo<v8::Value>& args);
289
- static void Shutdown (const v8::FunctionCallbackInfo<v8::Value>& args);
290
288
static void GetTLSTicket (const v8::FunctionCallbackInfo<v8::Value>& args);
291
289
static void NewSessionDone (const v8::FunctionCallbackInfo<v8::Value>& args);
292
290
static void SetOCSPResponse (const v8::FunctionCallbackInfo<v8::Value>& args);
You can’t perform that action at this time.
0 commit comments