diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-04-12 03:36:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-04-12 03:36:04 (GMT) |
commit | c7d979f0221b4426fb2160f0960a61c1e7bc59df (patch) | |
tree | 80b163b0022909d5b4dad24caf4c385eced1a652 /PCbuild/ssleay.vcxproj | |
parent | f172caeb8bcdc56674abc0ee5fac95021059ec5d (diff) | |
download | cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.zip cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.gz cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.bz2 |
Closes #23686: Update Windows installer OpenSSL to 1.0.2a
Diffstat (limited to 'PCbuild/ssleay.vcxproj')
-rw-r--r-- | PCbuild/ssleay.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj index fa8c5d3..439e3ac 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -56,8 +56,8 @@ <ClCompile Include="$(opensslDir)ssl\d1_both.c" /> <!-- <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" /> - --> <ClCompile Include="$(opensslDir)ssl\d1_enc.c" /> + --> <ClCompile Include="$(opensslDir)ssl\d1_lib.c" /> <!-- <ClCompile Include="$(opensslDir)ssl\d1_meth.c" /> |