commit | 084b7525dd4aed453aa36cffd586e8cb5c87c000 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Feb 09 09:53:45 2013 -0800 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Feb 09 09:53:45 2013 -0800 |
tree | ecf411f81177412e1b5d6e48e7c46505d94650a5 | |
parent | 8210b921ca89775b8773d03123fee77c7fad99e5 [diff] [blame] |
Move the crypto extension module aside to make way for an incremental rewrite in Python
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py new file mode 100644 index 0000000..24d4bdc --- /dev/null +++ b/OpenSSL/crypto.py
@@ -0,0 +1,2 @@ +from OpenSSL.xcrypto import * +from OpenSSL.xcrypto import _exception_from_error_queue