openssl3 broke rmd160 digest on Big Sur

Christopher Chavez chrischavez at gmx.us
Mon Nov 8 23:17:38 UTC 2021


Sent: Monday, November 08, 2021 at 2:58 PM
From: "Blair Zajac" <blair at orcaware.com>

> Which nodejs version is the build failing on?
 
> On Nov 8, 2021, at 12:50 PM, Jimmy Yuen Ho Wong <wyuenho at gmail.com[mailto:wyuenho at gmail.com]> 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


More information about the macports-dev mailing list