| Index: third_party/tlslite/tlslite/utils/pycrypto_rsakey.py
|
| diff --git a/third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py b/third_party/tlslite/tlslite/utils/pycrypto_rsakey.py
|
| similarity index 96%
|
| rename from third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py
|
| rename to third_party/tlslite/tlslite/utils/pycrypto_rsakey.py
|
| index 48b5cef03fbda784b754f7eef4a9b8eabd973ff7..94e8578322f1c45d15bf0de1f1c67c3c23b4aeda 100644
|
| --- a/third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py
|
| +++ b/third_party/tlslite/tlslite/utils/pycrypto_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
|
|
|
| if pycryptoLoaded:
|
|
|
|
|