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 jeremy.kloth
Recipients brian.curtin, jeremy.kloth, jkloth, loewis, pitrou, skrah, zach.ware
Date 2012-06-25.20:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3KzuZ0yH3OcjhkE+j7hhKtuTRSPuwZ7VLsX+S0mKxy5qw@mail.gmail.com>
In-reply-to <20120625154022.GA14017@sleipnir.bytereef.org>
Content
Ok, the final verdict on this issue is that nasm is to blame.  I had
nasm 2.09.02 installed.  I upgraded it to version 2.10.01 and
magically OpenSSL started working.

From the nasm changelog is seems that the added instruction sets in
2.10 are required for building OpenSSL with asm optimizations (the
default for Windows from 1.0.1).  This seems like a good candidate for
adding to the devguide (and any other building documents).
History
Date User Action Args
2012-06-25 20:09:15jeremy.klothsetrecipients: + jeremy.kloth, loewis, pitrou, jkloth, brian.curtin, skrah, zach.ware
2012-06-25 20:09:14jeremy.klothlinkissue15172 messages
2012-06-25 20:09:14jeremy.klothcreate