From 6e02e9a13585120c19610688d43d22f729a2151d Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 15 Jul 2024 09:22:54 -0700 Subject: [PATCH] fixup! src: test and code review updates [squash] --- src/node_metadata.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_metadata.cc b/src/node_metadata.cc index 0709501b5ea8910..061e2a22a83d937 100644 --- a/src/node_metadata.cc +++ b/src/node_metadata.cc @@ -31,7 +31,7 @@ #endif #endif // HAVE_OPENSSL -#ifdef OPENSSL_INFO_QUIC +#ifdef NODE_OPENSSL_HAS_QUIC #include #include #endif