summaryrefslogtreecommitdiffstats
path: root/PCbuild/prepare_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)Jeremy Kloth2017-06-201-0/+3
| | | | | | | | | | | | | | | | | | | * bpo-30368: Update build_ssl.py to restore Perl-less building OpenSSL 1.0.2 releases changed how files are copied in the makefile, thus causing Perl to be required even for Python's "prepared" OpenSSL. Now build_ssl.py does the requisite copies before running nmake. * bpo-30368: Update build_ssl.py to use prepared OpenSSL * Updates SSL-linking projects to use the new include{suffix} directory * build_ssl.py now only copies those files not handled by prepare_ssl.py * * bpo-30368: Update build_ssl.py to use prepared OpenSSL * Update SSL-linking projects to use the new include{suffix} directory * Move comment to following line
* Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatibleZachary Ware2016-09-051-1/+6
|
* Issue #27407: Add prepare_ssl.py to 2.7Zachary Ware2016-09-051-0/+196