Skip to content

crypto: remove DiffieHellman.initialised_

As pointed out by @bnoordhuis, this internal field can be removed since all instances are initialized when exposed to users.

Refs: https://github.com/nodejs/node/pull/23648

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading