Skip to content

Commit 02f12ab

Browse files
author
Shigeki Ohtsu
committed
deps: update opensslconf.h for 1.0.2a
just type `make` in `deps/openssl/conf` then opensslconf.h in all architectures are updated. Fixes: #589 PR-URL: #1389 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent eb7a235 commit 02f12ab

File tree

13 files changed

+402
-16
lines changed

13 files changed

+402
-16
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ extern "C" {
2020
#ifndef OPENSSL_NO_KRB5
2121
# define OPENSSL_NO_KRB5
2222
#endif
23+
#ifndef OPENSSL_NO_LIBUNBOUND
24+
# define OPENSSL_NO_LIBUNBOUND
25+
#endif
2326
#ifndef OPENSSL_NO_MD2
2427
# define OPENSSL_NO_MD2
2528
#endif
@@ -32,6 +35,9 @@ extern "C" {
3235
#ifndef OPENSSL_NO_SCTP
3336
# define OPENSSL_NO_SCTP
3437
#endif
38+
#ifndef OPENSSL_NO_SSL_TRACE
39+
# define OPENSSL_NO_SSL_TRACE
40+
#endif
3541
#ifndef OPENSSL_NO_STORE
3642
# define OPENSSL_NO_STORE
3743
#endif
@@ -65,6 +71,9 @@ extern "C" {
6571
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
6672
# define NO_KRB5
6773
# endif
74+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
75+
# define NO_LIBUNBOUND
76+
# endif
6877
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
6978
# define NO_MD2
7079
# endif
@@ -77,6 +86,9 @@ extern "C" {
7786
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
7887
# define NO_SCTP
7988
# endif
89+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
90+
# define NO_SSL_TRACE
91+
# endif
8092
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8193
# define NO_STORE
8294
# endif

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

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ extern "C" {
2020
#ifndef OPENSSL_NO_KRB5
2121
# define OPENSSL_NO_KRB5
2222
#endif
23+
#ifndef OPENSSL_NO_LIBUNBOUND
24+
# define OPENSSL_NO_LIBUNBOUND
25+
#endif
2326
#ifndef OPENSSL_NO_MD2
2427
# define OPENSSL_NO_MD2
2528
#endif
@@ -32,6 +35,9 @@ extern "C" {
3235
#ifndef OPENSSL_NO_SCTP
3336
# define OPENSSL_NO_SCTP
3437
#endif
38+
#ifndef OPENSSL_NO_SSL_TRACE
39+
# define OPENSSL_NO_SSL_TRACE
40+
#endif
3541
#ifndef OPENSSL_NO_STORE
3642
# define OPENSSL_NO_STORE
3743
#endif
@@ -65,6 +71,9 @@ extern "C" {
6571
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
6672
# define NO_KRB5
6773
# endif
74+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
75+
# define NO_LIBUNBOUND
76+
# endif
6877
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
6978
# define NO_MD2
7079
# endif
@@ -77,6 +86,9 @@ extern "C" {
7786
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
7887
# define NO_SCTP
7988
# endif
89+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
90+
# define NO_SSL_TRACE
91+
# endif
8092
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8193
# define NO_STORE
8294
# endif

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

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ extern "C" {
88
#ifndef OPENSSL_SYSNAME_WIN32
99
# define OPENSSL_SYSNAME_WIN32
1010
#endif
11-
12-
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
13-
# define OPENSSL_NO_DYNAMIC_ENGINE
14-
#endif
15-
#ifndef OPENSSL_NO_CAPIENG
16-
# define OPENSSL_NO_CAPIENG
17-
#endif
18-
1911
#ifndef OPENSSL_DOING_MAKEDEPEND
2012

2113

@@ -31,6 +23,9 @@ extern "C" {
3123
#ifndef OPENSSL_NO_KRB5
3224
# define OPENSSL_NO_KRB5
3325
#endif
26+
#ifndef OPENSSL_NO_LIBUNBOUND
27+
# define OPENSSL_NO_LIBUNBOUND
28+
#endif
3429
#ifndef OPENSSL_NO_MD2
3530
# define OPENSSL_NO_MD2
3631
#endif
@@ -43,6 +38,9 @@ extern "C" {
4338
#ifndef OPENSSL_NO_SCTP
4439
# define OPENSSL_NO_SCTP
4540
#endif
41+
#ifndef OPENSSL_NO_SSL_TRACE
42+
# define OPENSSL_NO_SSL_TRACE
43+
#endif
4644
#ifndef OPENSSL_NO_STORE
4745
# define OPENSSL_NO_STORE
4846
#endif
@@ -73,6 +71,9 @@ extern "C" {
7371
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
7472
# define NO_KRB5
7573
# endif
74+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
75+
# define NO_LIBUNBOUND
76+
# endif
7677
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
7778
# define NO_MD2
7879
# endif
@@ -85,6 +86,9 @@ extern "C" {
8586
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
8687
# define NO_SCTP
8788
# endif
89+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
90+
# define NO_SSL_TRACE
91+
# endif
8892
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8993
# define NO_STORE
9094
# endif

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

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ extern "C" {
88
#ifndef OPENSSL_SYSNAME_WIN64A
99
# define OPENSSL_SYSNAME_WIN64A
1010
#endif
11-
12-
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
13-
# define OPENSSL_NO_DYNAMIC_ENGINE
14-
#endif
15-
#ifndef OPENSSL_NO_CAPIENG
16-
# define OPENSSL_NO_CAPIENG
17-
#endif
18-
1911
#ifndef OPENSSL_DOING_MAKEDEPEND
2012

2113

@@ -31,6 +23,9 @@ extern "C" {
3123
#ifndef OPENSSL_NO_KRB5
3224
# define OPENSSL_NO_KRB5
3325
#endif
26+
#ifndef OPENSSL_NO_LIBUNBOUND
27+
# define OPENSSL_NO_LIBUNBOUND
28+
#endif
3429
#ifndef OPENSSL_NO_MD2
3530
# define OPENSSL_NO_MD2
3631
#endif
@@ -43,6 +38,9 @@ extern "C" {
4338
#ifndef OPENSSL_NO_SCTP
4439
# define OPENSSL_NO_SCTP
4540
#endif
41+
#ifndef OPENSSL_NO_SSL_TRACE
42+
# define OPENSSL_NO_SSL_TRACE
43+
#endif
4644
#ifndef OPENSSL_NO_STORE
4745
# define OPENSSL_NO_STORE
4846
#endif
@@ -73,6 +71,9 @@ extern "C" {
7371
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
7472
# define NO_KRB5
7573
# endif
74+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
75+
# define NO_LIBUNBOUND
76+
# endif
7677
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
7778
# define NO_MD2
7879
# endif
@@ -85,6 +86,9 @@ extern "C" {
8586
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
8687
# define NO_SCTP
8788
# endif
89+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
90+
# define NO_SSL_TRACE
91+
# endif
8892
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8993
# define NO_STORE
9094
# endif

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

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ extern "C" {
2323
#ifndef OPENSSL_NO_KRB5
2424
# define OPENSSL_NO_KRB5
2525
#endif
26+
#ifndef OPENSSL_NO_LIBUNBOUND
27+
# define OPENSSL_NO_LIBUNBOUND
28+
#endif
2629
#ifndef OPENSSL_NO_MD2
2730
# define OPENSSL_NO_MD2
2831
#endif
@@ -35,6 +38,9 @@ extern "C" {
3538
#ifndef OPENSSL_NO_SCTP
3639
# define OPENSSL_NO_SCTP
3740
#endif
41+
#ifndef OPENSSL_NO_SSL_TRACE
42+
# define OPENSSL_NO_SSL_TRACE
43+
#endif
3844
#ifndef OPENSSL_NO_STORE
3945
# define OPENSSL_NO_STORE
4046
#endif
@@ -68,6 +74,9 @@ extern "C" {
6874
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
6975
# define NO_KRB5
7076
# endif
77+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
78+
# define NO_LIBUNBOUND
79+
# endif
7180
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
7281
# define NO_MD2
7382
# endif
@@ -80,6 +89,9 @@ extern "C" {
8089
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
8190
# define NO_SCTP
8291
# endif
92+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
93+
# define NO_SSL_TRACE
94+
# endif
8395
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8496
# define NO_STORE
8597
# endif

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

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ extern "C" {
2323
#ifndef OPENSSL_NO_KRB5
2424
# define OPENSSL_NO_KRB5
2525
#endif
26+
#ifndef OPENSSL_NO_LIBUNBOUND
27+
# define OPENSSL_NO_LIBUNBOUND
28+
#endif
2629
#ifndef OPENSSL_NO_MD2
2730
# define OPENSSL_NO_MD2
2831
#endif
@@ -35,6 +38,9 @@ extern "C" {
3538
#ifndef OPENSSL_NO_SCTP
3639
# define OPENSSL_NO_SCTP
3740
#endif
41+
#ifndef OPENSSL_NO_SSL_TRACE
42+
# define OPENSSL_NO_SSL_TRACE
43+
#endif
3844
#ifndef OPENSSL_NO_STORE
3945
# define OPENSSL_NO_STORE
4046
#endif
@@ -68,6 +74,9 @@ extern "C" {
6874
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
6975
# define NO_KRB5
7076
# endif
77+
# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
78+
# define NO_LIBUNBOUND
79+
# endif
7180
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
7281
# define NO_MD2
7382
# endif
@@ -80,6 +89,9 @@ extern "C" {
8089
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
8190
# define NO_SCTP
8291
# endif
92+
# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
93+
# define NO_SSL_TRACE
94+
# endif
8395
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
8496
# define NO_STORE
8597
# endif

0 commit comments

Comments
 (0)