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 eric.araujo
Recipients amaury.forgeotdarc, eric.araujo, gregory.p.smith, vstinner, wah meng
Date 2011-09-02.17:12:54
SpamBayes Score 6.43626e-07
Marked as misclassified No
Message-id <1314983575.66.0.0390112452189.issue12876@psf.upfronthosting.co.za>
In-reply-to
Content
> 1.) I will have HP-UX ANSI C/C++ Compiler soon. I can recompile using
> that compiler later if this is a gcc related thing.
On the contrary, Gregory said that gcc should work (it’s what most of us use, I think).

> 2.) If I am not using my python to perform any SSL user authentication function,
> can I skip correcting this?
This bug is about hashlib (http://docs.python.org/2.7/library/hashlib), a module providing checksum functions.  It is not related to SSL, but merely uses code from the OpenSSL project.


> The setup.py script does not look correct when openssl is not installed:
The full openssl or only headers?
History
Date User Action Args
2011-09-02 17:12:55eric.araujosetrecipients: + eric.araujo, gregory.p.smith, amaury.forgeotdarc, vstinner, wah meng
2011-09-02 17:12:55eric.araujosetmessageid: <1314983575.66.0.0390112452189.issue12876@psf.upfronthosting.co.za>
2011-09-02 17:12:55eric.araujolinkissue12876 messages
2011-09-02 17:12:55eric.araujocreate