Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4001b24

Browse filesBrowse files
gengjiawenaddaleax
authored andcommitted
src: remove unimplemented method in class SSLWrap
PR-URL: #26203 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 8b515b2 commit 4001b24
Copy full SHA for 4001b24

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎src/node_crypto.h‎

Copy file name to clipboardExpand all lines: src/node_crypto.h
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.