Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-11-20 00:15:17 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-30 03:14:47 +0300
commitf0181d9980a0268eb0183bdee28abcc79b2d740c (patch)
treec2de92f6ac98a98e89db72d086c151f524face0a /src/node_crypto.h
parentc5a31992b358aa90cffd7b2de8faba28dc2c31ae (diff)
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 96292b42780..cd34c309c53 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 {