Skip to content

Commit ed6f365

Browse files
committed
fixup! quic: add shared openssl build guard
1 parent 171aae9 commit ed6f365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cctest/test_quic_cid.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
12
#include <gtest/gtest.h>
23
#include <ngtcp2/ngtcp2.h>
34
#include <quic/cid.h>
@@ -91,3 +92,4 @@ TEST(CID, Basic) {
9192
}
9293
}
9394
}
95+
#endif // HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC

0 commit comments

Comments
 (0)