Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 0088393

Browse files
jasnelladdaleax
authored andcommitted
deps: update OpenSSL config
PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
1 parent 6ea8048 commit 0088393

File tree

212 files changed

+3253
-1643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+3253
-1643
lines changed

deps/openssl/config/archs/BSD-x86/asm/configdata.pm

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ our %config = (
6262
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
6363
perl_archname => "x86_64-linux-gnu-thread-multi",
6464
perl_cmd => "/usr/bin/perl",
65-
perl_version => "5.28.1",
65+
perl_version => "5.26.1",
6666
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
6767
perlenv => {
6868
"AR" => undef,
@@ -267,6 +267,7 @@ our @disablables = (
267267
"poly1305",
268268
"posix-io",
269269
"psk",
270+
"quic",
270271
"rc2",
271272
"rc4",
272273
"rc5",
@@ -3156,6 +3157,7 @@ our %unified_info = (
31563157
"ssl/ssl_init.o",
31573158
"ssl/ssl_lib.o",
31583159
"ssl/ssl_mcnf.o",
3160+
"ssl/ssl_quic.o",
31593161
"ssl/ssl_rsa.o",
31603162
"ssl/ssl_sess.o",
31613163
"ssl/ssl_stat.o",
@@ -3206,6 +3208,7 @@ our %unified_info = (
32063208
"ssl/statem/statem_clnt.o",
32073209
"ssl/statem/statem_dtls.o",
32083210
"ssl/statem/statem_lib.o",
3211+
"ssl/statem/statem_quic.o",
32093212
"ssl/statem/statem_srvr.o",
32103213
],
32113214
"products" =>
@@ -9170,6 +9173,11 @@ our %unified_info = (
91709173
".",
91719174
"include",
91729175
],
9176+
"ssl/ssl_quic.o" =>
9177+
[
9178+
".",
9179+
"include",
9180+
],
91739181
"ssl/ssl_rsa.o" =>
91749182
[
91759183
".",
@@ -9235,6 +9243,11 @@ our %unified_info = (
92359243
".",
92369244
"include",
92379245
],
9246+
"ssl/statem/statem_quic.o" =>
9247+
[
9248+
".",
9249+
"include",
9250+
],
92389251
"ssl/statem/statem_srvr.o" =>
92399252
[
92409253
".",
@@ -14013,6 +14026,7 @@ our %unified_info = (
1401314026
"ssl/ssl_init.o",
1401414027
"ssl/ssl_lib.o",
1401514028
"ssl/ssl_mcnf.o",
14029+
"ssl/ssl_quic.o",
1401614030
"ssl/ssl_rsa.o",
1401714031
"ssl/ssl_sess.o",
1401814032
"ssl/ssl_stat.o",
@@ -14026,6 +14040,7 @@ our %unified_info = (
1402614040
"ssl/statem/statem_clnt.o",
1402714041
"ssl/statem/statem_dtls.o",
1402814042
"ssl/statem/statem_lib.o",
14043+
"ssl/statem/statem_quic.o",
1402914044
"ssl/statem/statem_srvr.o",
1403014045
"ssl/t1_enc.o",
1403114046
"ssl/t1_lib.o",
@@ -14133,6 +14148,10 @@ our %unified_info = (
1413314148
[
1413414149
"ssl/ssl_mcnf.c",
1413514150
],
14151+
"ssl/ssl_quic.o" =>
14152+
[
14153+
"ssl/ssl_quic.c",
14154+
],
1413614155
"ssl/ssl_rsa.o" =>
1413714156
[
1413814157
"ssl/ssl_rsa.c",
@@ -14185,6 +14204,10 @@ our %unified_info = (
1418514204
[
1418614205
"ssl/statem/statem_lib.c",
1418714206
],
14207+
"ssl/statem/statem_quic.o" =>
14208+
[
14209+
"ssl/statem/statem_quic.c",
14210+
],
1418814211
"ssl/statem/statem_srvr.o" =>
1418914212
[
1419014213
"ssl/statem/statem_srvr.c",
@@ -16086,3 +16109,4 @@ Verbose output.
1608616109
=back
1608716110
1608816111
=cut
16112+

0 commit comments

Comments
 (0)