Skip to content

Commit 3b1a0b2

Browse files
committedMar 16, 2022
deps: update archs files for OpenSSL-1.1.1n
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: #42347 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-March/000218.html Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joe Sepi <sepi@joesepi.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c83dd99 commit 3b1a0b2

File tree

204 files changed

+278
-342
lines changed

Some content is hidden

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

204 files changed

+278
-342
lines changed
 

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

+2-3
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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1272,7 +1272,6 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275-
"apps/libapps.a",
12761275
"libcrypto.a",
12771276
"test/libtestutil.a",
12781277
],

‎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: Tue Dec 14 17:32:59 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:46:54 2022 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.