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/37916
Fixes: https://github.com/nodejs/node/issues/37913
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
|
||
|---|---|---|
| .. | ||
| archs | ||
| bn_conf.h | ||
| bn_conf.h.tmpl | ||
| bn_conf_asm.h | ||
| bn_conf_no-asm.h | ||
| Dockerfile | ||
| dso_conf.h | ||
| dso_conf.h.tmpl | ||
| dso_conf_asm.h | ||
| dso_conf_no-asm.h | ||
| fake_gcc.pl | ||
| generate_gypi.pl | ||
| Makefile | ||
| Makefile_VC-WIN32 | ||
| Makefile_VC-WIN64-ARM | ||
| Makefile_VC-WIN64A | ||
| openssl-cl.gypi.tmpl | ||
| openssl.gypi.tmpl | ||
| opensslconf.h | ||
| opensslconf.h.tmpl | ||
| opensslconf_asm.h | ||
| opensslconf_no-asm.h | ||