Skip to content

Commit d59faf5

Browse files
codebyterelouwers
authored andcommitted
crypto: include openssl/rand.h explicitly
PR-URL: nodejs#55425 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cdf2e0b commit d59faf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <openssl/bn.h>
66
#include <openssl/evp.h>
77
#include <openssl/hmac.h>
8+
#include <openssl/rand.h>
89
#include <openssl/pkcs12.h>
910
#include <openssl/x509v3.h>
1011
#if OPENSSL_VERSION_MAJOR >= 3

0 commit comments

Comments
 (0)