Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deps: update openssl config files
Regenerate config files for supported platforms with Makefile.

PR-URL: #4961
Reviewed-By:
  • Loading branch information
Myles Borins committed Jan 30, 2016
commit 0185025d422f2eabdfaa394a3f971547ddefb34a
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