Skip to content

Commit

Permalink
fixup! quic: add shared openssl build guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Mar 28, 2023
1 parent 171aae9 commit ed6f365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cctest/test_quic_cid.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
#include <gtest/gtest.h>
#include <ngtcp2/ngtcp2.h>
#include <quic/cid.h>
Expand Down Expand Up @@ -91,3 +92,4 @@ TEST(CID, Basic) {
}
}
}
#endif // HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC

0 comments on commit ed6f365

Please sign in to comment.