summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-19 22:28:10 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-27 05:51:40 +0100
commita1a01d3f27a2d01a1c1af175410fbe7df5bc19fb (patch)
tree212a340485898f5bd2e60fdf55609fb8b3ce4b4a /src/node_crypto.h
parent8137668c531935c58347cd8e78147d3a9d3cc339 (diff)
downloadandroid-node-v8-a1a01d3f27a2d01a1c1af175410fbe7df5bc19fb.tar.gz
android-node-v8-a1a01d3f27a2d01a1c1af175410fbe7df5bc19fb.tar.bz2
android-node-v8-a1a01d3f27a2d01a1c1af175410fbe7df5bc19fb.zip
src: remove unimplemented method in class SSLWrap
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 78293e70f1..ce93412830 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -280,13 +280,11 @@ class SSLWrap {
static void SetSession(const v8::FunctionCallbackInfo<v8::Value>& args);
static void LoadSession(const v8::FunctionCallbackInfo<v8::Value>& args);
static void IsSessionReused(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void IsInitFinished(const v8::FunctionCallbackInfo<v8::Value>& args);
static void VerifyError(const v8::FunctionCallbackInfo<v8::Value>& args);
static void GetCurrentCipher(const v8::FunctionCallbackInfo<v8::Value>& args);
static void EndParser(const v8::FunctionCallbackInfo<v8::Value>& args);
static void CertCbDone(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Renegotiate(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
static void GetTLSTicket(const v8::FunctionCallbackInfo<v8::Value>& args);
static void NewSessionDone(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetOCSPResponse(const v8::FunctionCallbackInfo<v8::Value>& args);