diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-01-31 20:18:33 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-01-31 20:18:33 (GMT) |
commit | a0299502c180476b154c22034aa798f8fef3f2dc (patch) | |
tree | affa764e3a83c02168a0d846a3065f70dc391e01 /PCbuild | |
parent | 7407f58232729b557e897841ed9bf7ff4df6aed7 (diff) | |
download | cpython-a0299502c180476b154c22034aa798f8fef3f2dc.zip cpython-a0299502c180476b154c22034aa798f8fef3f2dc.tar.gz cpython-a0299502c180476b154c22034aa798f8fef3f2dc.tar.bz2 |
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index aed2300..7d8a658 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -82,7 +82,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1j"
+ Value="$(externalsDir)\openssl-1.0.1l"
/>
<UserMacro
Name="tcltkDir"
|