This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients brian.curtin, loewis, ocean-city, pitrou, tim.golden
Date 2010-09-20.04:55:48
SpamBayes Score 3.5250165e-09
Marked as misclassified No
Message-id <1284958625.17.0.197478757866.issue9552@psf.upfronthosting.co.za>
In-reply-to
Content
This is the patch I'm thinking of. I confirmed this works
on VS8.0. (After replaced "..\\.." with "..\\..\\..")

E:\PYTHON~1\py3k\PC\VS8.0>python_d.exe build_ssl.py Release Win32 -a
Found a working perl at 'C:\Perl\bin\perl.exe'
Found an SSL directory at '..\..\..\openssl-1.0.0a'
Executing ssl makefiles: nmake /nologo -f "ms\nt.mak"
Building OpenSSL
        copy ".\crypto\buildinf.h" "tmp32\buildinf.h"
        Copied one file.
        copy ".\crypto\opensslconf.h" "inc32\openssl\opensslconf.h"
        Copied one file.
[45178 refs]

By this change, two header files are still copied. I feel
it's strange header files are modified but none of sources
are not re-built.
History
Date User Action Args
2010-09-20 04:57:05ocean-citysetrecipients: + ocean-city, loewis, pitrou, tim.golden, brian.curtin
2010-09-20 04:57:05ocean-citysetmessageid: <1284958625.17.0.197478757866.issue9552@psf.upfronthosting.co.za>
2010-09-20 04:57:02ocean-citylinkissue9552 messages
2010-09-20 04:57:01ocean-citycreate