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 loewis
Recipients beda, giampaolo.rodola, gregory.p.smith, janssen, loewis, pitrou
Date 2010-04-21.18:40:15
SpamBayes Score 0.016296202
Marked as misclassified No
Message-id <1271875217.43.0.601058415395.issue8484@psf.upfronthosting.co.za>
In-reply-to
Content
That patch makes no sense. According to SSL_library_init(3SSL),

"OpenSSL_add_ssl_algorithms() and SSLeay_add_ssl_algorithms() are synonyms for SSL_library_init()"

So it shouldn't really matter which of these you call, and it should be sufficient to call only one of them (or the documentation is incorrect).
History
Date User Action Args
2010-04-21 18:40:17loewissetrecipients: + loewis, gregory.p.smith, janssen, pitrou, giampaolo.rodola, beda
2010-04-21 18:40:17loewissetmessageid: <1271875217.43.0.601058415395.issue8484@psf.upfronthosting.co.za>
2010-04-21 18:40:15loewislinkissue8484 messages
2010-04-21 18:40:15loewiscreate