commit | a46fdd110b6d2ee380d8f377280e10c6eee5629d | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Feb 21 10:51:09 2013 -0800 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Feb 21 10:51:09 2013 -0800 |
tree | 05f1df176e9821ad1fef0bef11e224fc07302fda | |
parent | e5912cef665cf21eaab078c440c2c684b8d14e26 [diff] |
Reflect what is still left to do
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index bf15fc9..f4df8b5 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py
@@ -1,6 +1,6 @@ from time import time -from OpenSSL.xcrypto import * +from OpenSSL.xcrypto import PKCS7Type, load_pkcs7_data from tls.c import api as _api