Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update archs files for OpenSSL-1.1.0
After an OpenSSL source update, all the config files need to be
regenerated and committed by:
  $ make -C deps/openssl/config
  $ git add deps/openssl/config/archs
  $ git add deps/openssl/openssl/include/crypto/bn_conf.h
  $ git add deps/openssl/openssl/include/crypto/dso_conf.h
  $ git add deps/openssl/openssl/include/openssl/opensslconf.h
  $ git commit

PR-URL: #32379
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell committed Jun 16, 2020
1 parent 2c549e5 commit 98c8498
Show file tree
Hide file tree
Showing 342 changed files with 4,255 additions and 2,635 deletions.
24 changes: 24 additions & 0 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Expand Up @@ -268,6 +268,7 @@ our @disablables = (
"poly1305",
"posix-io",
"psk",
"quic",
"rc2",
"rc4",
"rc5",
Expand Down Expand Up @@ -3163,6 +3164,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 @@ -3213,6 +3215,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 @@ -8528,6 +8531,11 @@ our %unified_info = (
".",
"include",
],
"ssl/ssl_quic.o" =>
[
".",
"include",
],
"ssl/ssl_rsa.o" =>
[
".",
Expand Down Expand Up @@ -8593,6 +8601,11 @@ our %unified_info = (
".",
"include",
],
"ssl/statem/statem_quic.o" =>
[
".",
"include",
],
"ssl/statem/statem_srvr.o" =>
[
".",
Expand Down Expand Up @@ -13367,6 +13380,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 @@ -13380,6 +13394,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 @@ -13487,6 +13502,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 @@ -13539,6 +13558,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 @@ -15448,3 +15471,4 @@ Verbose output.
=back
=cut

0 comments on commit 98c8498

Please sign in to comment.