Skip to content

Commit 51f05d2

Browse files
hassaanptargos
authored andcommittedApr 27, 2020
deps: update archs files for OpenSSL-1.1.1g
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ cd deps/openssl/config $ make $ 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: #32971 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent a89744f commit 51f05d2

File tree

131 files changed

+266
-199
lines changed

Some content is hidden

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

131 files changed

+266
-199
lines changed
 

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

+3-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.1f",
115-
version_num => "0x1010106fL",
114+
version => "1.1.1g",
115+
version_num => "0x1010107fL",
116116
);
117117

118118
our %target = (
@@ -7413,6 +7413,7 @@ our %unified_info = (
74137413
[
74147414
".",
74157415
"include",
7416+
"crypto/modes",
74167417
],
74177418
"crypto/rand/drbg_lib.o" =>
74187419
[

‎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 Mar 31 13:06:25 2020 UTC"
14+
#define DATE "built on: Tue Apr 21 13:28:30 2020 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.