]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Load SSL's error strings in hashlib.
authorChristian Heimes <christian@cheimes.de>
Mon, 21 Oct 2013 17:48:22 +0000 (19:48 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 21 Oct 2013 17:48:22 +0000 (19:48 +0200)
commitb7ddbc855cdab3563f25bd4e9e759a46648f95e0
tree8960e8b149c87539663277be5f57649f30f59e67
parent1a82f7e6a56ab014d5e9035b613fd4e837da5103
Load SSL's error strings in hashlib.
Without ERR_load_crypto_strings() functions like ERR_lib_error_string() return NULL.
Misc/NEWS
Modules/_hashopenssl.c