Browse Source

deps: update openssl config files

Regenerate config files for supported platforms with Makefile.

Fixes: https://github.com/nodejs/node/issues/13161
PR-URL: https://github.com/nodejs/node/pull/13233
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
v6
Daniel Bevenius 8 years ago
committed by Shigeki Ohtsu
parent
commit
34b79caf40
  1. 2
      deps/openssl/config/archs/aix-gcc/opensslconf.h
  2. 2
      deps/openssl/config/archs/aix64-gcc/opensslconf.h
  3. 2
      deps/openssl/config/archs/linux-ppc/opensslconf.h
  4. 2
      deps/openssl/config/archs/linux-ppc64/opensslconf.h
  5. 2
      deps/openssl/config/archs/linux32-s390x/opensslconf.h
  6. 2
      deps/openssl/config/archs/linux64-s390x/opensslconf.h

2
deps/openssl/config/archs/aix-gcc/opensslconf.h

@ -235,7 +235,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

2
deps/openssl/config/archs/aix64-gcc/opensslconf.h

@ -235,7 +235,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

2
deps/openssl/config/archs/linux-ppc/opensslconf.h

@ -232,7 +232,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

2
deps/openssl/config/archs/linux-ppc64/opensslconf.h

@ -232,7 +232,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

2
deps/openssl/config/archs/linux32-s390x/opensslconf.h

@ -232,7 +232,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

2
deps/openssl/config/archs/linux64-s390x/opensslconf.h

@ -232,7 +232,7 @@ extern "C" {
even newer MIPS CPU's, but at the moment one size fits all for
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1

Loading…
Cancel
Save