Sent: Monday, November 08, 2021 at 2:58 PM From: "Blair Zajac" <[email protected]>
> Which nodejs version is the build failing on? > On Nov 8, 2021, at 12:50 PM, Jimmy Yuen Ho Wong > <[email protected][mailto:[email protected]]> wrote: >> This also have broken nodejs as well, I have 2 errors here: >> ../src/node_crypto.cc:4585[http://node_crypto.cc:4585]:10: error: cannot >> initialize a variable of type 'DSA *' (aka 'dsa_st *') with an rvalue of >> type 'const struct dsa_st *' >> DSA* dsa_key = EVP_PKEY_get0_DSA(pkey.get()); >> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> ../src/node_crypto.cc:4589[http://node_crypto.cc:4589]:13: error: cannot >> initialize a variable of type 'EC_KEY *' (aka 'ec_key_st *') with an rvalue >> of type 'const struct ec_key_st *' >> EC_KEY* ec_key = EVP_PKEY_get0_EC_KEY(pkey.get()); >> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ According to the line numbers in the error, it is nodejs14. https://github.com/nodejs/node/blob/v14.18.1/src/node_crypto.cc#L4585 Christopher A. Chavez
