You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
484 B
11 lines
484 B
diff -up Python-2.7.5/Modules/_hashopenssl.c.digest Python-2.7.5/Modules/_hashopenssl.c |
|
--- Python-2.7.5/Modules/_hashopenssl.c.digest 2016-01-05 10:53:02.947312688 +0100 |
|
+++ Python-2.7.5/Modules/_hashopenssl.c 2016-01-05 10:53:15.504431960 +0100 |
|
@@ -984,6 +984,7 @@ init_hashlib(void) |
|
SSL_load_error_strings(); |
|
SSL_library_init(); |
|
ERR_load_crypto_strings(); |
|
+ OpenSSL_add_all_digests(); |
|
|
|
Py_TYPE(&EVPtype) = &PyType_Type; |
|
if (PyType_Ready(&EVPtype) < 0)
|
|
|