File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Update Windows build to use OpenSSL 1.0.2o.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ rem files in both this dir and PC\VS9.0
47
47
set libraries =
48
48
set libraries = %libraries% bzip2-1.0.6
49
49
if NOT " %IncludeBsddb% " == " false" set libraries = %libraries% bsddb-4.7.25.0
50
- if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2k
50
+ if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2o
51
51
set libraries = %libraries% sqlite-3.14.2.0
52
52
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-8.5.19.0
53
53
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.5.19.0
Original file line number Diff line number Diff line change 35
35
<sqlite3Dir >$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir >
36
36
<bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
37
37
<bsddbDir >$(ExternalsDir)bsddb-4.7.25.0</bsddbDir >
38
- <opensslDir >$(ExternalsDir)openssl-1.0.2k \</opensslDir >
38
+ <opensslDir >$(ExternalsDir)openssl-1.0.2o \</opensslDir >
39
39
<opensslIncludeDir >$(opensslDir)include32</opensslIncludeDir >
40
40
<opensslIncludeDir Condition =" '$(ArchName)' == 'amd64'" >$(opensslDir)include64</opensslIncludeDir >
41
41
<nasmDir >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
Original file line number Diff line number Diff line change 192
192
Homepage:
193
193
http://www.bzip.org/
194
194
_ssl
195
- Python wrapper for version 1.0.2k of the OpenSSL secure sockets
195
+ Python wrapper for version 1.0.2o of the OpenSSL secure sockets
196
196
library, which is built by ssl.vcxproj
197
197
Homepage:
198
198
http://www.openssl.org/
You can’t perform that action at this time.
0 commit comments