summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_clienthello.h')
-rw-r--r--src/node_crypto_clienthello.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h
index 70f082b2c2..32c470677d 100644
--- a/src/node_crypto_clienthello.h
+++ b/src/node_crypto_clienthello.h
@@ -33,19 +33,7 @@ namespace crypto {
class ClientHelloParser {
public:
- ClientHelloParser() : state_(kEnded),
- onhello_cb_(nullptr),
- onend_cb_(nullptr),
- cb_arg_(nullptr),
- session_size_(0),
- session_id_(nullptr),
- servername_size_(0),
- servername_(nullptr),
- ocsp_request_(0),
- tls_ticket_size_(0),
- tls_ticket_(nullptr) {
- Reset();
- }
+ inline ClientHelloParser();
class ClientHello {
public: