From adead268152af194e1a83ffce768341cf6fb807d Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Sat, 19 Oct 2024 16:42:29 +0200 Subject: [PATCH] crypto: include openssl/rand.h explicitly PR-URL: https://github.com/nodejs/node/pull/55425 Reviewed-By: James M Snell Reviewed-By: Richard Lau Reviewed-By: Marco Ippolito Reviewed-By: Yagiz Nizipli Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca --- deps/ncrypto/ncrypto.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/ncrypto/ncrypto.cc b/deps/ncrypto/ncrypto.cc index 457bd2f6c5b189..a38b4a280a3263 100644 --- a/deps/ncrypto/ncrypto.cc +++ b/deps/ncrypto/ncrypto.cc @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #if OPENSSL_VERSION_MAJOR >= 3