aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-07-18 21:47:51 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-07-18 21:47:51 -0700
commit46d4ed195dd868c812f423147995c4e9c92f949f (patch)
tree088ffeac8b0535762a5e04d588514e53e154f087 /PCbuild
parentIssue #24568: fix typo. (diff)
downloadcpython-46d4ed195dd868c812f423147995c4e9c92f949f.tar.gz
cpython-46d4ed195dd868c812f423147995c4e9c92f949f.tar.bz2
cpython-46d4ed195dd868c812f423147995c4e9c92f949f.zip
Fixes OpenSSL directory reference
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 7310d680707..5727c595a9c 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -30,7 +30,7 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.6.21\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
- <opensslDir>$(ExternalsDir)openssl-1.0.2a\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2c\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->