• Jeremy Kloth's avatar
    bpo-30368: Update build_ssl.py to restore Perl-less building (#1805) · ebbccea9
    Jeremy Kloth authored
    * 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
    ebbccea9
_hashlib.vcproj 10.7 KB