[Python-checkins] cpython (2.7): Fixes OpenSSL directory reference

steve.dower python-checkins at python.org
Sun Jul 19 06:48:34 CEST 2015


https://hg.python.org/cpython/rev/3b35a5ce7590
changeset:   96952:3b35a5ce7590
branch:      2.7
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat Jul 18 21:47:51 2015 -0700
summary:
  Fixes OpenSSL directory reference

files:
  PCbuild/python.props |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PCbuild/python.props b/PCbuild/python.props
--- 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 -->

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list