Skip to content

Commit c70e68f

Browse files
Shigeki Ohtsubnoordhuis
Shigeki Ohtsu
authored andcommitted
deps: update deps/openssl/conf/arch/*/opensslconf.h
They should be updated according to the fix at openssl/openssl@b4f0d1a PR-URL: #2141 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent ca93f7f commit c70e68f

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

deps/openssl/config/archs/BSD-x86/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

deps/openssl/config/archs/BSD-x86_64/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

deps/openssl/config/archs/VC-WIN32/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ extern "C" {
203203
#endif
204204

205205
#if defined(DES_RISC1) && defined(DES_RISC2)
206-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
207207
#endif
208208

209209
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -221,7 +221,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
221221
even newer MIPS CPU's, but at the moment one size fits all for
222222
optimization options. Older Sparc's work better with only UNROLL, but
223223
there's no way to tell at compile time what it is you're running on */
224-
224+
225225
#if defined( sun ) /* Newer Sparc's */
226226
# define DES_PTR
227227
# define DES_RISC1

deps/openssl/config/archs/VC-WIN64A/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ extern "C" {
203203
#endif
204204

205205
#if defined(DES_RISC1) && defined(DES_RISC2)
206-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
207207
#endif
208208

209209
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -221,7 +221,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
221221
even newer MIPS CPU's, but at the moment one size fits all for
222222
optimization options. Older Sparc's work better with only UNROLL, but
223223
there's no way to tell at compile time what it is you're running on */
224-
224+
225225
#if defined( sun ) /* Newer Sparc's */
226226
# define DES_PTR
227227
# define DES_RISC1

deps/openssl/config/archs/darwin-i386-cc/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extern "C" {
205205
#endif
206206

207207
#if defined(DES_RISC1) && defined(DES_RISC2)
208-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
208+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
209209
#endif
210210

211211
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -223,7 +223,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
228228
# define DES_PTR
229229
# define DES_RISC1

deps/openssl/config/archs/darwin64-x86_64-cc/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extern "C" {
205205
#endif
206206

207207
#if defined(DES_RISC1) && defined(DES_RISC2)
208-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
208+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
209209
#endif
210210

211211
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -223,7 +223,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
228228
# define DES_PTR
229229
# define DES_RISC1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

deps/openssl/config/archs/solaris-x86-gcc/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

deps/openssl/config/archs/solaris64-x86_64-gcc/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extern "C" {
202202
#endif
203203

204204
#if defined(DES_RISC1) && defined(DES_RISC2)
205-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
205+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
206206
#endif
207207

208208
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
@@ -220,7 +220,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
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 ) /* Newer Sparc's */
225225
# define DES_PTR
226226
# define DES_RISC1

0 commit comments

Comments
 (0)