Skip to content

Commit 3c8bd22

Browse files
authored
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
1 parent 2632df4 commit 3c8bd22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updates Windows build to OpenSSL 1.0.2q

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rem files in both this dir and PC\VS9.0
4747
set libraries=
4848
set libraries=%libraries% bzip2-1.0.6
4949
if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0
50-
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2p
50+
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2q
5151
set libraries=%libraries% sqlite-3.14.2.0
5252
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0
5353
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0

PCbuild/libeay.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@
533533
<!--
534534
<ClCompile Include="$(opensslDir)crypto\fips_ers.c" />
535535
-->
536+
<ClCompile Include="$(opensslDir)crypto\getenv.c" />
536537
<ClCompile Include="$(opensslDir)crypto\hmac\hm_ameth.c" />
537538
<ClCompile Include="$(opensslDir)crypto\hmac\hm_pmeth.c" />
538539
<ClCompile Include="$(opensslDir)crypto\hmac\hmac.c" />
@@ -725,9 +726,7 @@
725726
<ClCompile Include="$(opensslDir)crypto\ui\ui_lib.c" />
726727
<ClCompile Include="$(opensslDir)crypto\ui\ui_openssl.c" />
727728
<ClCompile Include="$(opensslDir)crypto\ui\ui_util.c" />
728-
<!--
729729
<ClCompile Include="$(opensslDir)crypto\uid.c" />
730-
-->
731730
<ClCompile Include="$(opensslDir)crypto\whrlpool\wp_dgst.c" />
732731
<ClCompile Include="$(opensslDir)crypto\x509\by_dir.c" />
733732
<ClCompile Include="$(opensslDir)crypto\x509\by_file.c" />

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<bsddbDir>$(ExternalsDir)bsddb-4.7.25.0</bsddbDir>
38-
<opensslDir>$(ExternalsDir)openssl-1.0.2p\</opensslDir>
38+
<opensslDir>$(ExternalsDir)openssl-1.0.2q\</opensslDir>
3939
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
4040
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
4141
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>

0 commit comments

Comments
 (0)