summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_clienthello-inl.h')
-rw-r--r--src/node_crypto_clienthello-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto_clienthello-inl.h b/src/node_crypto_clienthello-inl.h
index 9de8f2e5fc..1262186a92 100644
--- a/src/node_crypto_clienthello-inl.h
+++ b/src/node_crypto_clienthello-inl.h
@@ -48,7 +48,6 @@ inline void ClientHelloParser::Reset() {
tls_ticket_ = nullptr;
servername_size_ = 0;
servername_ = nullptr;
- ocsp_request_ = 0;
}
inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb,