summaryrefslogtreecommitdiff
path: root/PCbuild/prepare_ssl.bat
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-081-2/+2
|\
| * Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-081-2/+2
| |
| * Reverting my previous commit.Yury Selivanov2015-05-301-2/+2
|/ | | | Something went horribly wrong when I was doing `hg rebase`.
* Update Windows build for 3.6Zachary Ware2015-05-281-2/+2
|
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-12/+12
|
* Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-091-0/+12
instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build.