Skip to content

Commit

Permalink
deps: update openssl config files
Browse files Browse the repository at this point in the history
Regenerate config files for supported platforms with Makefile.

PR-URL: nodejs#4961
Reviewed-By:
  • Loading branch information
Myles Borins committed Jan 30, 2016
1 parent 4193c21 commit 0185025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/aix-gcc/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/aix64-gcc/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/linux-ppc/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/linux-ppc64/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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
Expand Down

0 comments on commit 0185025

Please sign in to comment.