<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Which nodejs version is the build failing on?<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 8, 2021, at 12:50 PM, Jimmy Yuen Ho Wong <<a href="mailto:wyuenho@gmail.com" class="">wyuenho@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
  
  <div class=""><p class=""><font size="2" class="">This also have broken nodejs as well, I have 2
        errors here:<br class="">
        <br class="">
        ../src/<a href="http://node_crypto.cc:4585" class="">node_crypto.cc:4585</a>:10: error: cannot initialize a
        variable of type 'DSA *' (aka 'dsa_st *') with an rvalue of type
        'const struct dsa_st *'<br class="">
            DSA* dsa_key = EVP_PKEY_get0_DSA(pkey.get());<br class="">
                 ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br class="">
      </font></p><p class=""><font size="2" class="">../src/<a href="http://node_crypto.cc:4589" class="">node_crypto.cc:4589</a>:13: error: cannot
        initialize a variable of type 'EC_KEY *' (aka 'ec_key_st *')
        with an rvalue of type 'const struct ec_key_st *'<br class="">
            EC_KEY* ec_key = EVP_PKEY_get0_EC_KEY(pkey.get());<br class="">
                    ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br class="">
      </font><br class="">
    </p>
    <pre class="moz-signature" cols="72">Jimmy Wong</pre>
    <div class="moz-cite-prefix">On 08/11/2021 8:29 PM, Jimmy Yuen Ho
      Wong wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:3cf62ce3-f15a-76f9-21e7-28ebbb3a2641@gmail.com" class="">I was
      just trying to get the rmd160 digest from the watchman archive and
      I got this.
      <br class="">
      <br class="">
      Error setting digest
      <br class="">
      00AE181801000000:error:0308010C:digital envelope
routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:346:Global
      default library context, Algorithm (RIPEMD160 : 101), Properties
      ()
      <br class="">
      00AE181801000000:error:03000086:digital envelope
      routines:evp_md_init_internal:initialization
      error:crypto/evp/digest.c:234:
      <br class="">
      <br class="">
      What's the rush to change all openssl references to openssl3?
      <br class="">
      <br class="">
    </blockquote>
  </div>
</div></blockquote></div><br class=""></body></html>