]> granicus.if.org Git - python/commit
Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).
authorZachary Ware <zachary.ware@gmail.com>
Wed, 8 Apr 2015 01:38:53 +0000 (20:38 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 8 Apr 2015 01:38:53 +0000 (20:38 -0500)
commitf975b3d49976b1a5bd91dad16bd6ea6fe61d864a
treef0f2ca47f27c24ab33b4b5658e90cb823d6a57d3
parentced117452585913395ceffd742c9dd7aeaf80630
Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).

This change affects the makefiles checked into svn.python.org, which the 3.5
build no longer uses.  3.4 and 2.7 both still use those makefiles, but their
build_ssl.py scripts don't require an update; if the script is running the
'fix_makefiles' method it already has Perl available anyway.
PCbuild/prepare_ssl.py