After an OpenSSL source update, all the config files need to be
regenerated and committed by:
$ make -C deps/openssl/config
$ git add deps/openssl/config/archs
$ git add deps/openssl/openssl/include/crypto/bn_conf.h
$ git add deps/openssl/openssl/include/crypto/dso_conf.h
$ git add deps/openssl/openssl/include/openssl/opensslconf.h
$ git commit
PR-URL: https://github.com/nodejs/node/pull/49043
|
||
|---|---|---|
| .. | ||
| aes | ||
| bf | ||
| bn | ||
| camellia | ||
| chacha | ||
| des | ||
| ec | ||
| include/internal | ||
| md5 | ||
| modes | ||
| poly1305 | ||
| rc4 | ||
| ripemd | ||
| sha | ||
| whrlpool | ||
| buildinf.h | ||
| x86cpuid.s | ||