Skip to content

Commit 0d5f864

Browse files
RafaelGSSrichardlau
authored andcommittedFeb 13, 2023
deps: update archs files for OpenSSL-1.1.1t
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: #46566 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>
1 parent 8c11d17 commit 0d5f864

File tree

293 files changed

+1126
-275
lines changed

Some content is hidden

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

293 files changed

+1126
-275
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",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1944,6 +1944,7 @@ our %unified_info = (
19441944
"crypto/bn/bn_word.o",
19451945
"crypto/bn/bn_x931p.o",
19461946
"crypto/bn/co-586.o",
1947+
"crypto/bn/rsa_sup_mul.o",
19471948
"crypto/bn/x86-gf2m.o",
19481949
"crypto/bn/x86-mont.o",
19491950
],
@@ -5635,6 +5636,11 @@ our %unified_info = (
56355636
[
56365637
"crypto",
56375638
],
5639+
"crypto/bn/rsa_sup_mul.o" =>
5640+
[
5641+
".",
5642+
"include",
5643+
],
56385644
"crypto/bn/sparct4-mont.o" =>
56395645
[
56405646
"crypto",
@@ -10574,6 +10580,10 @@ our %unified_info = (
1057410580
[
1057510581
"crypto/bn/co-586.s",
1057610582
],
10583+
"crypto/bn/rsa_sup_mul.o" =>
10584+
[
10585+
"crypto/bn/rsa_sup_mul.c",
10586+
],
1057710587
"crypto/bn/x86-gf2m.o" =>
1057810588
[
1057910589
"crypto/bn/x86-gf2m.s",
@@ -12844,6 +12854,7 @@ our %unified_info = (
1284412854
"crypto/bn/bn_word.o",
1284512855
"crypto/bn/bn_x931p.o",
1284612856
"crypto/bn/co-586.o",
12857+
"crypto/bn/rsa_sup_mul.o",
1284712858
"crypto/bn/x86-gf2m.o",
1284812859
"crypto/bn/x86-mont.o",
1284912860
"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:51:26 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 12:42:33 2023 UTC"
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.