Skip to content

Commit

Permalink
deps: update openssl config
Browse files Browse the repository at this point in the history
PR-URL: nodejs/quic#350
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell committed Mar 17, 2020
1 parent ce0fdeb commit 718a2b7
Show file tree
Hide file tree
Showing 276 changed files with 3,317 additions and 1,707 deletions.
26 changes: 25 additions & 1 deletion deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Expand Up @@ -62,7 +62,7 @@ our %config = (
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",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.28.1",
perl_version => "5.26.1",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -267,6 +267,7 @@ our @disablables = (
"poly1305",
"posix-io",
"psk",
"quic",
"rc2",
"rc4",
"rc5",
Expand Down Expand Up @@ -3156,6 +3157,7 @@ our %unified_info = (
"ssl/ssl_init.o",
"ssl/ssl_lib.o",
"ssl/ssl_mcnf.o",
"ssl/ssl_quic.o",
"ssl/ssl_rsa.o",
"ssl/ssl_sess.o",
"ssl/ssl_stat.o",
Expand Down Expand Up @@ -3206,6 +3208,7 @@ our %unified_info = (
"ssl/statem/statem_clnt.o",
"ssl/statem/statem_dtls.o",
"ssl/statem/statem_lib.o",
"ssl/statem/statem_quic.o",
"ssl/statem/statem_srvr.o",
],
"products" =>
Expand Down Expand Up @@ -9170,6 +9173,11 @@ our %unified_info = (
".",
"include",
],
"ssl/ssl_quic.o" =>
[
".",
"include",
],
"ssl/ssl_rsa.o" =>
[
".",
Expand Down Expand Up @@ -9235,6 +9243,11 @@ our %unified_info = (
".",
"include",
],
"ssl/statem/statem_quic.o" =>
[
".",
"include",
],
"ssl/statem/statem_srvr.o" =>
[
".",
Expand Down Expand Up @@ -14013,6 +14026,7 @@ our %unified_info = (
"ssl/ssl_init.o",
"ssl/ssl_lib.o",
"ssl/ssl_mcnf.o",
"ssl/ssl_quic.o",
"ssl/ssl_rsa.o",
"ssl/ssl_sess.o",
"ssl/ssl_stat.o",
Expand All @@ -14026,6 +14040,7 @@ our %unified_info = (
"ssl/statem/statem_clnt.o",
"ssl/statem/statem_dtls.o",
"ssl/statem/statem_lib.o",
"ssl/statem/statem_quic.o",
"ssl/statem/statem_srvr.o",
"ssl/t1_enc.o",
"ssl/t1_lib.o",
Expand Down Expand Up @@ -14133,6 +14148,10 @@ our %unified_info = (
[
"ssl/ssl_mcnf.c",
],
"ssl/ssl_quic.o" =>
[
"ssl/ssl_quic.c",
],
"ssl/ssl_rsa.o" =>
[
"ssl/ssl_rsa.c",
Expand Down Expand Up @@ -14185,6 +14204,10 @@ our %unified_info = (
[
"ssl/statem/statem_lib.c",
],
"ssl/statem/statem_quic.o" =>
[
"ssl/statem/statem_quic.c",
],
"ssl/statem/statem_srvr.o" =>
[
"ssl/statem/statem_srvr.c",
Expand Down Expand Up @@ -16086,3 +16109,4 @@ Verbose output.
=back
=cut

0 comments on commit 718a2b7

Please sign in to comment.