Skip to content
Prev Previous commit
Next Next commit
deps: update openssl config files
Regenerate config files for supported platforms with Makefile.

Fixes: #13161
PR-URL: #13233
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
danbev authored and shigeki committed Jun 15, 2017
commit 3f2bb80a7b0f53e4769153a25db8eb93563f7f05
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 @@ -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
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 @@ -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
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 @@ -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
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/linux32-s390x/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/linux64-s390x/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down