commit | e324fd60462abfe3c39d342f6444311060ff5c7d | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Jan 11 08:00:33 2014 -0500 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Jan 11 08:00:33 2014 -0500 |
tree | 7fd143dbd30ab25455a373729a72bdde41f3e541 | |
parent | 73f93130e3a49a81e500e80749ad61a2f78744cd [diff] |
Try "adding" the algorithms or whatever.
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index c2180d0..d9f136a 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py
@@ -2257,3 +2257,5 @@ else: _initialize_openssl_threads(get_ident, Lock) del get_ident, Lock + +_lib.OpenSSL_add_all_algorithms()