Skip to content

Commit a6a85c4

Browse files
danbevMylesBorins
authored andcommitted
deps: update openssl config files
Regenerate config files for supported platforms with Makefile. Fixes: #13161 PR-URL: #13233 Backport-PR-URL: #13695 Reviewed-By: Shigeki Ohtsu <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent a579a77 commit a6a85c4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ extern "C" {
235235
even newer MIPS CPU's, but at the moment one size fits all for
236236
optimization options. Older Sparc's work better with only UNROLL, but
237237
there's no way to tell at compile time what it is you're running on */
238-
238+
239239
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
240240
# define DES_PTR
241241
# define DES_RISC1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ extern "C" {
235235
even newer MIPS CPU's, but at the moment one size fits all for
236236
optimization options. Older Sparc's work better with only UNROLL, but
237237
there's no way to tell at compile time what it is you're running on */
238-
238+
239239
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
240240
# define DES_PTR
241241
# define DES_RISC1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extern "C" {
232232
even newer MIPS CPU's, but at the moment one size fits all for
233233
optimization options. Older Sparc's work better with only UNROLL, but
234234
there's no way to tell at compile time what it is you're running on */
235-
235+
236236
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
237237
# define DES_PTR
238238
# define DES_RISC1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extern "C" {
232232
even newer MIPS CPU's, but at the moment one size fits all for
233233
optimization options. Older Sparc's work better with only UNROLL, but
234234
there's no way to tell at compile time what it is you're running on */
235-
235+
236236
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
237237
# define DES_PTR
238238
# define DES_RISC1

deps/openssl/config/archs/linux32-s390x/opensslconf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extern "C" {
232232
even newer MIPS CPU's, but at the moment one size fits all for
233233
optimization options. Older Sparc's work better with only UNROLL, but
234234
there's no way to tell at compile time what it is you're running on */
235-
235+
236236
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
237237
# define DES_PTR
238238
# define DES_RISC1

deps/openssl/config/archs/linux64-s390x/opensslconf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extern "C" {
232232
even newer MIPS CPU's, but at the moment one size fits all for
233233
optimization options. Older Sparc's work better with only UNROLL, but
234234
there's no way to tell at compile time what it is you're running on */
235-
235+
236236
#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
237237
# define DES_PTR
238238
# define DES_RISC1

0 commit comments

Comments
 (0)