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 pythonmeister
Recipients pythonmeister
Date 2007-09-07.18:41:12
SpamBayes Score 0.28022736
Marked as misclassified No
Message-id <1189190473.33.0.541270501112.issue1129@psf.upfronthosting.co.za>
In-reply-to
Content
In line 618 the comparison must be this:

if (openssl_ver >= 0x00908000):

otherwise there are complaints about not being able to build
the _sha256 and _sha512 modules, even if OpenSSL >= 0.9.8 is installed,
as in my case.
History
Date User Action Args
2007-09-07 18:41:13pythonmeistersetspambayes_score: 0.280227 -> 0.28022736
recipients: + pythonmeister
2007-09-07 18:41:13pythonmeistersetspambayes_score: 0.280227 -> 0.280227
messageid: <1189190473.33.0.541270501112.issue1129@psf.upfronthosting.co.za>
2007-09-07 18:41:13pythonmeisterlinkissue1129 messages
2007-09-07 18:41:12pythonmeistercreate