File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,11 @@ class SSLWrap {
280280 static void SetSession (const v8::FunctionCallbackInfo<v8::Value>& args);
281281 static void LoadSession (const v8::FunctionCallbackInfo<v8::Value>& args);
282282 static void IsSessionReused (const v8::FunctionCallbackInfo<v8::Value>& args);
283- static void IsInitFinished (const v8::FunctionCallbackInfo<v8::Value>& args);
284283 static void VerifyError (const v8::FunctionCallbackInfo<v8::Value>& args);
285284 static void GetCurrentCipher (const v8::FunctionCallbackInfo<v8::Value>& args);
286285 static void EndParser (const v8::FunctionCallbackInfo<v8::Value>& args);
287286 static void CertCbDone (const v8::FunctionCallbackInfo<v8::Value>& args);
288287 static void Renegotiate (const v8::FunctionCallbackInfo<v8::Value>& args);
289- static void Shutdown (const v8::FunctionCallbackInfo<v8::Value>& args);
290288 static void GetTLSTicket (const v8::FunctionCallbackInfo<v8::Value>& args);
291289 static void NewSessionDone (const v8::FunctionCallbackInfo<v8::Value>& args);
292290 static void SetOCSPResponse (const v8::FunctionCallbackInfo<v8::Value>& args);
You can’t perform that action at this time.
0 commit comments