Skip to content

Commit d023739

Browse files
authored
Merge pull request #3 from freeswitch/openssl343
Update OpenSSL to v3.4.3
2 parents 4e6ef50 + 4bf5ac3 commit d023739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build cURL Windows
15-
runs-on: windows-2019
15+
runs-on: windows-2022
1616

1717
steps:
1818
- name: Checkout code

curl-version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ImportGroup>
77
<PropertyGroup Label="UserMacros">
88
<curlVersion>7.88.0</curlVersion>
9-
<curlBuildNumber>1</curlBuildNumber>
9+
<curlBuildNumber>2</curlBuildNumber>
1010
<curlLibDir>$(BaseDir)curl-$(curlVersion)</curlLibDir>
1111
</PropertyGroup>
1212
<PropertyGroup>

openssl-version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
55
</ImportGroup>
66
<PropertyGroup Label="UserMacros">
7-
<OpenSSLVersion>3.4.0</OpenSSLVersion>
7+
<OpenSSLVersion>3.4.3</OpenSSLVersion>
88
<OpenSSLLibDir>$(BaseDir)openssl-$(OpenSSLVersion)</OpenSSLLibDir>
99
</PropertyGroup>
1010
<PropertyGroup>

0 commit comments

Comments
 (0)