Skip to content

Commit fcaa6fc

Browse files
committed
src: add commit hash shorthand in zlib version
nodejs/node#50158
1 parent 9ee98f6 commit fcaa6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ index 5734d8fdc5505e1586f571c19b840bd56e9c9f1f..3034b114e081e2b32dd5b71653927a41
357357
} // namespace
358358

359359
diff --git a/src/node_metadata.cc b/src/node_metadata.cc
360-
index 22546e9de25bdf95a00d06057626b544d5bf6f28..3a20f2f6a153c2f0b48b86ed83b92484ac4c274a 100644
360+
index b88cfb98e75aca426224e19376b3ff4c23b92e53..b66f4e2b5cbd8f36af42f82a8921207302360e39 100644
361361
--- a/src/node_metadata.cc
362362
+++ b/src/node_metadata.cc
363363
@@ -16,7 +16,7 @@
364364
#include "v8.h"
365-
#include "zlib.h"
365+
#include "zlib_version.h"
366366

367367
-#if HAVE_OPENSSL
368368
+#if HAVE_OPENSSL && !defined(OPENSSL_IS_BORINGSSL)

0 commit comments

Comments
 (0)