Skip to content

Commit 5382481

Browse files
committed
deps: update archs files for OpenSSL-1.1.1s
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
1 parent 9a33198 commit 5382481

File tree

137 files changed

+403
-400
lines changed

Some content is hidden

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

137 files changed

+403
-400
lines changed

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

Lines changed: 2 additions & 2 deletions
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.1q+quic",
115-
version_num => "0x1010111fL",
114+
version => "1.1.1s+quic",
115+
version_num => "0x1010113fL",
116116
);
117117

118118
our %target = (

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

Lines changed: 1 addition & 1 deletion
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 Jul 5 15:02:24 2022 UTC"
14+
#define DATE "built on: Tue Nov 1 23:08:33 2022 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm

Lines changed: 2 additions & 2 deletions
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.1q+quic",
115-
version_num => "0x1010111fL",
114+
version => "1.1.1s+quic",
115+
version_num => "0x1010113fL",
116116
);
117117

118118
our %target = (

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

Lines changed: 1 addition & 1 deletion
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 Jul 5 15:02:26 2022 UTC"
14+
#define DATE "built on: Tue Nov 1 23:08:35 2022 UTC"
1515

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables)
1313
our %config = (
1414
AR => "ar",
1515
ARFLAGS => [ "r" ],
16-
CC => "cc",
16+
CC => "gcc",
1717
CFLAGS => [ "-Wall -O3 -fomit-frame-pointer" ],
1818
CPPDEFINES => [ ],
1919
CPPFLAGS => [ ],
@@ -50,7 +50,7 @@ our %config = (
5050
lib_defines => [ "OPENSSL_PIC" ],
5151
libdir => "",
5252
major => "1",
53-
makedepprog => "\$(CROSS_COMPILE)cc",
53+
makedepprog => "\$(CROSS_COMPILE)gcc",
5454
minor => "1.1",
5555
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
5656
openssl_api_defines => [ ],
@@ -69,7 +69,7 @@ our %config = (
6969
"AS" => undef,
7070
"ASFLAGS" => undef,
7171
"BUILDFILE" => undef,
72-
"CC" => undef,
72+
"CC" => "gcc",
7373
"CFLAGS" => undef,
7474
"CPP" => undef,
7575
"CPPDEFINES" => undef,
@@ -110,8 +110,8 @@ our %config = (
110110
sourcedir => ".",
111111
target => "BSD-x86",
112112
tdirs => [ "ossl_shim" ],
113-
version => "1.1.1q+quic",
114-
version_num => "0x1010111fL",
113+
version => "1.1.1s+quic",
114+
version_num => "0x1010113fL",
115115
);
116116

117117
our %target = (

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Jul 5 15:02:28 2022 UTC"
14+
#define DATE "built on: Tue Nov 1 23:08:37 2022 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
1818
* workaround for the situation where CFLAGS gets too long for a C90 string
1919
* literal
2020
*/
2121
static const char compiler_flags[] = {
22-
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P',
23-
'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a','l',
24-
'l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r','a',
25-
'm','e','-','p','o','i','n','t','e','r',' ','-','D','L','_','E',
26-
'N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_',
27-
'P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S','A',
28-
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
29-
'-','D','N','D','E','B','U','G','\0'
22+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
23+
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
24+
'l','l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
25+
'a','m','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
26+
'E','N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
27+
'_','P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
28+
'A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
29+
' ','-','D','N','D','E','B','U','G','\0'
3030
};

deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86_64",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1q+quic",
115-
version_num => "0x1010111fL",
114+
version => "1.1.1s+quic",
115+
version_num => "0x1010113fL",
116116
);
117117

118118
our %target = (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86_64"
14-
#define DATE "built on: Tue Jul 5 15:02:29 2022 UTC"
14+
#define DATE "built on: Tue Nov 1 23:08:38 2022 UTC"
1515

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

deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86_64",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1q+quic",
115-
version_num => "0x1010111fL",
114+
version => "1.1.1s+quic",
115+
version_num => "0x1010113fL",
116116
);
117117

118118
our %target = (

deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86_64"
14-
#define DATE "built on: Tue Jul 5 15:02:34 2022 UTC"
14+
#define DATE "built on: Tue Nov 1 23:08:42 2022 UTC"
1515

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

0 commit comments

Comments
 (0)