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 floppymaster
Recipients christian.heimes, floppymaster, gregory.p.smith
Date 2019-10-21.18:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571681409.64.0.179188068886.issue38550@roundup.psfhosted.org>
In-reply-to
Content
I see that generate_hash_name_list() calls EVP_MD_do_all() which calls  OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);

I'm not sure why that doesn't do the job here.
History
Date User Action Args
2019-10-21 18:10:09floppymastersetrecipients: + floppymaster, gregory.p.smith, christian.heimes
2019-10-21 18:10:09floppymastersetmessageid: <1571681409.64.0.179188068886.issue38550@roundup.psfhosted.org>
2019-10-21 18:10:09floppymasterlinkissue38550 messages
2019-10-21 18:10:09floppymastercreate