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

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