Skip to content

Commit 0185025

Browse files
author
Myles Borins
committed
deps: update openssl config files
Regenerate config files for supported platforms with Makefile. PR-URL: nodejs#4961 Reviewed-By:
1 parent 4193c21 commit 0185025

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ extern "C" {
223223
even newer MIPS CPU's, but at the moment one size fits all for
224224
optimization options. Older Sparc's work better with only UNROLL, but
225225
there's no way to tell at compile time what it is you're running on */
226-
226+
227227
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
228228
# define DES_PTR
229229
# define DES_RISC1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ extern "C" {
223223
even newer MIPS CPU's, but at the moment one size fits all for
224224
optimization options. Older Sparc's work better with only UNROLL, but
225225
there's no way to tell at compile time what it is you're running on */
226-
226+
227227
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
228228
# define DES_PTR
229229
# define DES_RISC1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ extern "C" {
220220
even newer MIPS CPU's, but at the moment one size fits all for
221221
optimization options. Older Sparc's work better with only UNROLL, but
222222
there's no way to tell at compile time what it is you're running on */
223-
223+
224224
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ extern "C" {
220220
even newer MIPS CPU's, but at the moment one size fits all for
221221
optimization options. Older Sparc's work better with only UNROLL, but
222222
there's no way to tell at compile time what it is you're running on */
223-
223+
224224
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

0 commit comments

Comments
 (0)