[New-bugs-announce] [issue1129] OpenSSL detection broken for Python 3.0a1
Stefan Sonnenberg-Carstens
report at bugs.python.org
Fri Sep 7 20:41:13 CEST 2007
New submission from Stefan Sonnenberg-Carstens:
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.
----------
components: Build
messages: 55739
nosy: pythonmeister
severity: major
status: open
title: OpenSSL detection broken for Python 3.0a1
type: compile error
versions: Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1129>
__________________________________
More information about the New-bugs-announce
mailing list