Blame SOURCES/00231-Initialize-OpenSSL_add_all_digests-in-_hashlib.patch

ae2451
diff -up Python-2.7.5/Modules/_hashopenssl.c.digest Python-2.7.5/Modules/_hashopenssl.c
ae2451
--- Python-2.7.5/Modules/_hashopenssl.c.digest	2016-01-05 10:53:02.947312688 +0100
ae2451
+++ Python-2.7.5/Modules/_hashopenssl.c	2016-01-05 10:53:15.504431960 +0100
ae2451
@@ -984,6 +984,7 @@ init_hashlib(void)
ae2451
     SSL_load_error_strings();
ae2451
     SSL_library_init();
ae2451
     ERR_load_crypto_strings();
ae2451
+    OpenSSL_add_all_digests();
ae2451
 
ae2451
     Py_TYPE(&EVPtype) = &PyType_Type;
ae2451
     if (PyType_Ready(&EVPtype) < 0)