summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-11-19 22:15:17 +0100
committerAnna Henningsen <anna@addaleax.net>2019-11-30 01:14:47 +0100
commitf0181d9980a0268eb0183bdee28abcc79b2d740c (patch)
treec2de92f6ac98a98e89db72d086c151f524face0a /src/node_crypto.h
parentc5a31992b358aa90cffd7b2de8faba28dc2c31ae (diff)
downloadandroid-node-v8-f0181d9980a0268eb0183bdee28abcc79b2d740c.tar.gz
android-node-v8-f0181d9980a0268eb0183bdee28abcc79b2d740c.tar.bz2
android-node-v8-f0181d9980a0268eb0183bdee28abcc79b2d740c.zip
src: inline SetSNICallback
Refs: https://github.com/nodejs/node/pull/30548#discussion_r348168855 PR-URL: https://github.com/nodejs/node/pull/30548 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: David Carlier <devnexen@gmail.com> 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 96292b4278..cd34c309c5 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -288,7 +288,6 @@ class SSLWrap {
void DestroySSL();
void WaitForCertCb(CertCb cb, void* arg);
- void SetSNIContext(SecureContext* sc);
int SetCACerts(SecureContext* sc);
inline Environment* ssl_env() const {