Stefan Sonnenberg-Carstens added the comment:

Patch attached:

--- setup.py    2007-09-07 16:08:05.000000000 -0400
+++ ../Python-3.0a1_SSC/setup.py        2007-09-07 16:07:31.000000000 -0400
@@ -613,7 +613,7 @@
         else:
             missing.append('_hashlib')

-        if (openssl_ver < 0x00908000):
+        if (openssl_ver >= 0x00908000):
             # OpenSSL doesn't do these until 0.9.8 so we'll bring our
own hash
             exts.append( Extension('_sha256', ['sha256module.c']) )
             exts.append( Extension('_sha512', ['sha512module.c']) )

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1129>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to