Skip to content

Commit de5c8d2

Browse files
RafaelGSSrichardlau
authored andcommittedFeb 13, 2023
deps: update archs files for quictls/openssl-1.1.1t+quic
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 $ git commit PR-URL: #46568 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 1a8ccfe commit de5c8d2

File tree

283 files changed

+1090
-267
lines changed

Some content is hidden

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

283 files changed

+1090
-267
lines changed
 

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

+13-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1s+quic",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t+quic",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1945,6 +1945,7 @@ our %unified_info = (
19451945
"crypto/bn/bn_word.o",
19461946
"crypto/bn/bn_x931p.o",
19471947
"crypto/bn/co-586.o",
1948+
"crypto/bn/rsa_sup_mul.o",
19481949
"crypto/bn/x86-gf2m.o",
19491950
"crypto/bn/x86-mont.o",
19501951
],
@@ -5638,6 +5639,11 @@ our %unified_info = (
56385639
[
56395640
"crypto",
56405641
],
5642+
"crypto/bn/rsa_sup_mul.o" =>
5643+
[
5644+
".",
5645+
"include",
5646+
],
56415647
"crypto/bn/sparct4-mont.o" =>
56425648
[
56435649
"crypto",
@@ -10587,6 +10593,10 @@ our %unified_info = (
1058710593
[
1058810594
"crypto/bn/co-586.s",
1058910595
],
10596+
"crypto/bn/rsa_sup_mul.o" =>
10597+
[
10598+
"crypto/bn/rsa_sup_mul.c",
10599+
],
1059010600
"crypto/bn/x86-gf2m.o" =>
1059110601
[
1059210602
"crypto/bn/x86-gf2m.s",
@@ -12857,6 +12867,7 @@ our %unified_info = (
1285712867
"crypto/bn/bn_word.o",
1285812868
"crypto/bn/bn_x931p.o",
1285912869
"crypto/bn/co-586.o",
12870+
"crypto/bn/rsa_sup_mul.o",
1286012871
"crypto/bn/x86-gf2m.o",
1286112872
"crypto/bn/x86-mont.o",
1286212873
"crypto/buffer/buf_err.o",

‎deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Nov 2 12:56:45 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 13:03:07 2023 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

0 commit comments

Comments
 (0)