We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171aae9 commit ed6f365Copy full SHA for ed6f365
test/cctest/test_quic_cid.cc
@@ -1,3 +1,4 @@
1
+#if HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
2
#include <gtest/gtest.h>
3
#include <ngtcp2/ngtcp2.h>
4
#include <quic/cid.h>
@@ -91,3 +92,4 @@ TEST(CID, Basic) {
91
92
}
93
94
95
+#endif // HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
0 commit comments