Martin v. Löwis <[email protected]> added the comment: 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). ---------- nosy: +loewis _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8484> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
