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:
authorJames M Snell <jasnell@gmail.com>2020-07-28 00:25:13 +0300
committerJames M Snell <jasnell@gmail.com>2020-07-31 21:06:16 +0300
commita97b5f9c6acd101ec20d9278a840b2cb6ef94ac9 (patch)
tree9e13161d31ddc3a0ba9d59f723a1ceb23757296c /node.gyp
parent1e470510ff74391d7d4ec382909ea8960d2d2fbc (diff)
quic: use OpenSSL built-in cert and hostname validation
PR-URL: https://github.com/nodejs/node/pull/34533 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 497c06c6bc0..6dd9541cc55 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1235,8 +1235,7 @@
],
'sources': [
'test/cctest/test_quic_buffer.cc',
- 'test/cctest/test_quic_cid.cc',
- 'test/cctest/test_quic_verifyhostnameidentity.cc'
+ 'test/cctest/test_quic_cid.cc'
]
}],
['v8_enable_inspector==1', {