Skip to content

Commit 9dc437d

Browse files
authored
build with openssl 4.0 (#403)
1 parent 7225c1f commit 9dc437d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build_3rdparty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
DEPENDENT_LIBS = {
66
'openssl': {
77
'order' : 1,
8-
'url' : 'https://github.com/openssl/openssl/releases/download/openssl-3.6.2/openssl-3.6.2.tar.gz',
9-
'sha256' : 'aaf51a1fe064384f811daeaeb4ec4dce7340ec8bd893027eee676af31e83a04f',
8+
'url' : 'https://github.com/openssl/openssl/releases/download/openssl-4.0.0/openssl-4.0.0.tar.gz',
9+
'sha256' : 'c32cf49a959c4f345f9606982dd36e7d28f7c58b19c2e25d75624d2b3d2f79ac',
1010
'target': {
1111
'mingw-w64': {
1212
'result': ['include/openssl/ssl.h', 'lib/libssl.a', 'lib/libcrypto.a'],

project.spdx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
{
3232
"SPDXID": "SPDXRef-Package-openssl",
3333
"name": "openssl",
34-
"versionInfo": "3.6.2",
35-
"packageVersion": "3.6.2",
34+
"versionInfo": "4.0.0",
35+
"packageVersion": "4.0.0",
3636
"primaryPackagePurpose": "LIBRARY",
37-
"downloadLocation": "https://github.com/openssl/openssl/releases/download/openssl-3.6.2/openssl-3.6.2.tar.gz",
37+
"downloadLocation": "https://github.com/openssl/openssl/releases/download/openssl-4.0.0/openssl-4.0.0.tar.gz",
3838
"filesAnalyzed": false,
3939
"packageFileName": "./libs/openssl",
4040
"homepage": "https://openssl-library.org/",

0 commit comments

Comments
 (0)