Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 jasnell committed Jun 5, 2017
1 parent 1b8b82d commit 6f57554
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/aix-gcc/opensslconf.h
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
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
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
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
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
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

0 comments on commit 6f57554

Please sign in to comment.