| Index: third_party/tlslite/tlslite/utils/openssl_rsakey.py
|
| diff --git a/third_party/tlslite/tlslite/utils/OpenSSL_RSAKey.py b/third_party/tlslite/tlslite/utils/openssl_rsakey.py
|
| similarity index 98%
|
| rename from third_party/tlslite/tlslite/utils/OpenSSL_RSAKey.py
|
| rename to third_party/tlslite/tlslite/utils/openssl_rsakey.py
|
| index fe1a3cd74d29467cd30026d550d71de322cb6246..9cee35d2efc30ef75cf68047dba55f64a2ffc1fd 100644
|
| --- a/third_party/tlslite/tlslite/utils/OpenSSL_RSAKey.py
|
| +++ b/third_party/tlslite/tlslite/utils/openssl_rsakey.py
|
| @@ -2,8 +2,8 @@
|
|
|
| from cryptomath import *
|
|
|
| -from RSAKey import *
|
| -from Python_RSAKey import Python_RSAKey
|
| +from rsakey import *
|
| +from python_rsakey import Python_RSAKey
|
|
|
| #copied from M2Crypto.util.py, so when we load the local copy of m2
|
| #we can still use it
|
|
|